refactor into TriggerRunner
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from dexorder.base.blockstate import BlockState, BlockDict
|
||||
from dexorder.db.model.block import Block
|
||||
from dexorder.database.model.block import Block
|
||||
|
||||
block_10 = Block(chain=1, height=10, hash=bytes.fromhex('10'), parent=bytes.fromhex('09'), data=None)
|
||||
block_11a = Block(chain=1, height=11, hash=bytes.fromhex('1a'), parent=block_10.hash, data=None)
|
||||
|
||||
Reference in New Issue
Block a user