aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/getauxblock.py
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
commit42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch)
tree5ee83fd64a21f643e730182ed5dbe3eafab9f15a /qa/rpc-tests/getauxblock.py
parentreally s/Doge/Dis/g this time (diff)
downloaddiscoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz
discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip
s/DOGE/DIS/g
Diffstat (limited to 'qa/rpc-tests/getauxblock.py')
-rwxr-xr-xqa/rpc-tests/getauxblock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/getauxblock.py b/qa/rpc-tests/getauxblock.py
index cb44383e8..2b4635fc1 100755
--- a/qa/rpc-tests/getauxblock.py
+++ b/qa/rpc-tests/getauxblock.py
@@ -115,7 +115,7 @@ class GetAuxBlockTest (BitcoinTestFramework):
blk = self.nodes[1].getblock (auxblock['hash'])
tx = self.nodes[1].getrawtransaction (blk['tx'][0], 1)
coinbase = tx['vin'][0]['coinbase']
- assert_equal ("01%02x01" % auxblock['height'], coinbase[0 : 6]) # DOGE: We mine less blocks in these tests
+ assert_equal ("01%02x01" % auxblock['height'], coinbase[0 : 6]) # DIS: We mine less blocks in these tests
if __name__ == '__main__':
GetAuxBlockTest ().main ()