mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
difficulty targetpow test set-up disabled for elements
This commit is contained in:
parent
f6e69cc641
commit
a2734e9a6d
2 changed files with 4 additions and 6 deletions
|
|
@ -236,11 +236,9 @@ class AssumeutxoTest(BitcoinTestFramework):
|
|||
assert_equal(normal['blocks'], START_HEIGHT + 99)
|
||||
assert_equal(snapshot['blocks'], SNAPSHOT_BASE_HEIGHT)
|
||||
|
||||
# Both states should have the same nBits and target: ELEMENTS FIXME
|
||||
#assert_equal(normal['bits'], nbits_str(REGTEST_N_BITS))
|
||||
#assert_equal(normal['target'], target_str(REGTEST_TARGET))
|
||||
#assert_equal(normal['bits'], snapshot['bits'])
|
||||
#assert_equal(normal['target'], snapshot['target'])
|
||||
# Both states should have the same nBits (target not included in elements mode)
|
||||
assert_equal(normal['bits'], snapshot['bits'])
|
||||
# assert_equal(normal['target'], snapshot['target'])
|
||||
|
||||
# Now lets sync the nodes and wait for the background validation to finish
|
||||
self.connect_nodes(0, 3)
|
||||
|
|
|
|||
|
|
@ -365,7 +365,7 @@ BASE_SCRIPTS = [
|
|||
#'wallet_upgradewallet.py --legacy-wallet',
|
||||
'wallet_crosschain.py',
|
||||
'mining_basic.py',
|
||||
# ELEMENTS FIXME: new mainnet PoW test set-up. Determine if can be made compatible with Elements or if we need to delete it.
|
||||
# ELEMENTS: PoW test set-up disabled.
|
||||
# 'mining_mainnet.py',
|
||||
'feature_signet.py',
|
||||
'p2p_mutated_blocks.py',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue