mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-04 05:59:34 +08:00
this test changes behavior in 0.14
This commit is contained in:
@@ -27,6 +27,7 @@ import json
|
||||
import shutil
|
||||
import tempfile
|
||||
import os
|
||||
import sys
|
||||
|
||||
wallets = [
|
||||
testlib.Wallet( "5JesPiN68qt44Hc2nT8qmyZ1JDwHebfoh9KQ52Lazb1m1LaKNj9", 100000000000 ),
|
||||
@@ -178,6 +179,11 @@ def scenario( wallets, **kw ):
|
||||
|
||||
testlib.next_block( **kw )
|
||||
|
||||
# warn the serialization checker that this changes behavior from 0.13
|
||||
print "BLOCKSTACK_SERIALIZATION_CHANGE_BEHAVIOR"
|
||||
sys.stdout.flush()
|
||||
|
||||
|
||||
|
||||
def check( state_engine ):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user