diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
| commit | e64843ced509c24f783276d4cc0f2f26c9d527f2 (patch) | |
| tree | 7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /qa/rpc-tests/test_framework | |
| parent | really s/doge/dis/g this time (diff) | |
| download | archived-discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz archived-discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip | |
really s/Doge/Dis/g this time
Diffstat (limited to 'qa/rpc-tests/test_framework')
| -rw-r--r-- | qa/rpc-tests/test_framework/blocktools.py | 2 | ||||
| -rwxr-xr-x | qa/rpc-tests/test_framework/mininode.py | 2 | ||||
| -rw-r--r-- | qa/rpc-tests/test_framework/scrypt_auxpow.py | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/qa/rpc-tests/test_framework/mininode.py b/qa/rpc-tests/test_framework/mininode.py index 59a6fb41b..9e969d8e0 100755 --- a/qa/rpc-tests/test_framework/mininode.py +++ b/qa/rpc-tests/test_framework/mininode.py @@ -47,7 +47,7 @@ MY_RELAY = 1 # from version 70001 onwards, fRelay should be appended to version MAX_INV_SZ = 50000 MAX_BLOCK_BASE_SIZE = 1000000 -COIN = 100000000 # mlumin 5/2021: In terms of Dogecoin, 1 discoin or 100,000,000 koinu. +COIN = 100000000 # mlumin 5/2021: In terms of Discoin, 1 discoin or 100,000,000 koinu. NODE_NETWORK = (1 << 0) NODE_GETUTXO = (1 << 1) diff --git a/qa/rpc-tests/test_framework/scrypt_auxpow.py b/qa/rpc-tests/test_framework/scrypt_auxpow.py index dda54e28b..fc1a332da 100644 --- a/qa/rpc-tests/test_framework/scrypt_auxpow.py +++ b/qa/rpc-tests/test_framework/scrypt_auxpow.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Copyright (c) 2014 Daniel Kraft -# Copyright (c) 2015-2018 The Dogecoin Core developers +# Copyright (c) 2015-2018 The Discoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. |