diff options
| author | Daniel Cousens <[email protected]> | 2016-01-15 12:55:57 +1100 |
|---|---|---|
| committer | Daniel Cousens <[email protected]> | 2016-01-21 08:39:04 +1100 |
| commit | d13f65ebac13ec18b7eb55176c31f1404f185c0c (patch) | |
| tree | 3434965aa4450d307aafa36de974412e1e11b002 /qa/rpc-tests/blockchain.py | |
| parent | move rpc* to rpc/ (diff) | |
| download | discoin-d13f65ebac13ec18b7eb55176c31f1404f185c0c.tar.xz discoin-d13f65ebac13ec18b7eb55176c31f1404f185c0c.zip | |
rpc: update inline comments to refer to new file paths
Diffstat (limited to 'qa/rpc-tests/blockchain.py')
| -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 b0fc7b017..7045ae435 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 |