python code updated for new orderspec but not debugged

This commit is contained in:
Tim Olson
2023-12-04 23:11:13 -04:00
parent ecc9e2eb98
commit feea8160ce
11 changed files with 255 additions and 179 deletions

View File

@@ -1,4 +1,4 @@
from dexorder.base.blockstate import BlockState, BlockDict
from dexorder.blockstate import BlockState, BlockDict
from dexorder.database.model.block import Block
block_10 = Block(chain=1, height=10, hash=bytes.fromhex('10'), parent=bytes.fromhex('09'), data=None)