this test changes behavior in 0.14

This commit is contained in:
Jude Nelson
2016-09-29 12:29:42 -04:00
parent 83d82a1c8b
commit 48de543117

View File

@@ -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 ):