mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
add constant-time string comparison for checking password equality
This commit is contained in:
@@ -49,6 +49,7 @@ def serialize_tx(inputs, outputs):
|
||||
'version': 1
|
||||
}
|
||||
|
||||
# log.debug("serialize tx: {}".format(json.dumps(txobj, indent=4, sort_keys=True)))
|
||||
txstr = virtualchain.btc_tx_serialize(txobj)
|
||||
return txstr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user