diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-28 11:08:51 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-28 11:28:24 +0100 |
commit | 62f2d769e45043c1f262ed45babb70fe237ad2bb (patch) | |
tree | 23fc429dc67fc4455d108a5f727e50dbb9571604 /qa | |
parent | 20a408ca99dad3cbb8c1cea0fe5c3d52f328061e (diff) | |
parent | d13f65ebac13ec18b7eb55176c31f1404f185c0c (diff) |
Merge #7348: MOVE ONLY: move rpc* to rpc/
d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens)
a0eaff8 move rpc* to rpc/ (Daniel Cousens)
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/rpc-tests/blockchain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/blockchain.py b/qa/rpc-tests/blockchain.py index b0fc7b0172..7045ae435c 100755 --- a/qa/rpc-tests/blockchain.py +++ b/qa/rpc-tests/blockchain.py @@ -5,7 +5,7 @@ # # Test RPC calls related to blockchain state. Tests correspond to code in -# rpcblockchain.cpp. +# rpc/blockchain.cpp. # from decimal import Decimal |