Changeset View
Changeset View
Standalone View
Standalone View
test/functional/abc_feature_minerfund.py
| Show All 14 Lines | |||||
| ) | ) | ||||
| from decimal import Decimal | from decimal import Decimal | ||||
| AXION_ACTIVATION_TIME = 2000000600 | AXION_ACTIVATION_TIME = 2000000600 | ||||
| MINER_FUND_RATIO = 8 | MINER_FUND_RATIO = 8 | ||||
| MINER_FUND_ADDR = 'bchreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgd35g0pkl' | MINER_FUND_ADDR = 'abcreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgyrm5ege8' | ||||
| class MinerFundTest(BitcoinTestFramework): | class MinerFundTest(BitcoinTestFramework): | ||||
| def set_test_params(self): | def set_test_params(self): | ||||
| self.setup_clean_chain = True | self.setup_clean_chain = True | ||||
| self.num_nodes = 1 | self.num_nodes = 1 | ||||
| self.extra_args = [[ | self.extra_args = [[ | ||||
| '-enableminerfund', | '-enableminerfund', | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||