File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
6161#
6262
63- # server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands
63+ # server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands
6464#server=0
6565
6666# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
8282# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
8383# because the rpcpassword is transmitted over the network unencrypted.
8484
85- # server=1 tells Bitcoin-QT to accept JSON-RPC commands.
85+ # server=1 tells Bitcoin-Qt to accept JSON-RPC commands.
8686# it is also read by bitcoind to determine if RPC should be enabled
8787#rpcallowip=10.1.1.34/255.255.255.0
8888#rpcallowip=1.2.3.4/24
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Tests:
101101Miscellaneous:
102102- ` c9e022b ` Initialization: set Boost path locale in main thread
103103- ` 23126a0 ` Sanitize command strings before logging them.
104- - ` 323de27 ` Initialization: setup environment before starting QT tests
104+ - ` 323de27 ` Initialization: setup environment before starting Qt tests
105105- ` 7494e09 ` Initialization: setup environment before starting tests
106106- ` df45564 ` Initialization: set fallback locale as environment variable
107107
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ void SubstituteFonts(const QString& language)
391391{
392392#if defined(Q_OS_MAC)
393393// Background:
394- // OSX's default font changed in 10.9 and QT is unable to find it with its
394+ // OSX's default font changed in 10.9 and Qt is unable to find it with its
395395// usual fallback methods when building against the 10.7 sdk or lower.
396396// The 10.8 SDK added a function to let it find the correct fallback font.
397397// If this fallback is not properly loaded, some characters may fail to
You can’t perform that action at this time.
0 commit comments