diff options
author | Daniel Cousens <github@dcousens.com> | 2016-01-15 12:55:57 +1100 |
---|---|---|
committer | Daniel Cousens <github@dcousens.com> | 2016-01-21 08:39:04 +1100 |
commit | d13f65ebac13ec18b7eb55176c31f1404f185c0c (patch) | |
tree | 3434965aa4450d307aafa36de974412e1e11b002 /qa | |
parent | a0eaff8a1d18ebba33cdea4cd1efaddeb55519e7 (diff) |
rpc: update inline comments to refer to new file paths
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 |