mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-12 13:41:52 +00:00
Disabled a mining basic test due to the lack of proposal mode in Kevacoin.
This commit is contained in:
parent
d89d414627
commit
397dbab1bd
@ -105,7 +105,9 @@ class MiningTest(BitcoinTestFramework):
|
||||
bad_tx.vin[0].prevout.hash = 255
|
||||
bad_tx.rehash()
|
||||
bad_block.vtx.append(bad_tx)
|
||||
assert_template(node, bad_block, 'bad-txns-inputs-missingorspent')
|
||||
# Kevacoin does not have proposal mode. The bad-txns-inputs-missingorspent
|
||||
# error will only be thrown in proposal mode.
|
||||
# assert_template(node, bad_block, 'bad-txns-inputs-missingorspent')
|
||||
|
||||
self.log.info("getblocktemplate: Test nonfinal transaction")
|
||||
bad_block = copy.deepcopy(block)
|
||||
|
Loading…
x
Reference in New Issue
Block a user