diff options
| author | klemens <[email protected]> | 2017-08-16 00:24:39 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-08-16 00:24:39 +0200 |
| commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
| tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /src/qt/test/rpcnestedtests.cpp | |
| parent | Merge #10556: Move stop/start functions from utils.py into BitcoinTestFramework (diff) | |
| download | discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.zip | |
doc: spelling fixes
Diffstat (limited to 'src/qt/test/rpcnestedtests.cpp')
| -rw-r--r-- | src/qt/test/rpcnestedtests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp index 26dec3c61..740d2ec88 100644 --- a/src/qt/test/rpcnestedtests.cpp +++ b/src/qt/test/rpcnestedtests.cpp @@ -77,7 +77,7 @@ void RPCNestedTests::rpcNestedTests() RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo "); //whitespace at the end will be tolerated QVERIFY(result.substr(0,1) == "{"); - (RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo()[\"chain\"]")); //Quote path identifier are allowed, but look after a child contaning the quotes in the key + (RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo()[\"chain\"]")); //Quote path identifier are allowed, but look after a child containing the quotes in the key QVERIFY(result == "null"); (RPCConsole::RPCExecuteCommandLine(result, "createrawtransaction [] {} 0")); //parameter not in brackets are allowed |