CLI deserialize: always force full parse
This commit is contained in:
@@ -323,7 +323,7 @@ class Commands:
|
|||||||
def deserialize(self, tx):
|
def deserialize(self, tx):
|
||||||
"""Deserialize a serialized transaction"""
|
"""Deserialize a serialized transaction"""
|
||||||
tx = Transaction(tx)
|
tx = Transaction(tx)
|
||||||
return tx.deserialize()
|
return tx.deserialize(force_full_parse=True)
|
||||||
|
|
||||||
@command('n')
|
@command('n')
|
||||||
def broadcast(self, tx):
|
def broadcast(self, tx):
|
||||||
|
|||||||
Reference in New Issue
Block a user