diff options
Diffstat (limited to 'qa/rpc-tests/test_framework/blocktools.py')
| -rw-r--r-- | qa/rpc-tests/test_framework/blocktools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/test_framework/blocktools.py b/qa/rpc-tests/test_framework/blocktools.py index 44ad2adb5..3812f5e04 100644 --- a/qa/rpc-tests/test_framework/blocktools.py +++ b/qa/rpc-tests/test_framework/blocktools.py @@ -10,7 +10,7 @@ from .script import CScript, OP_TRUE, OP_CHECKSIG, OP_RETURN # Create a block (with regtest difficulty) def create_block(hashprev, coinbase, nTime=None): block = CBlock() - # Dogecoin: Create a non-AuxPoW block but include chain ID + # Discoin: Create a non-AuxPoW block but include chain ID block.nVersion = 0x620004 if nTime is None: import time |