Removed 'random' field from signing transaction, because of deterministic ECDSA signing

pull/1/head
slush 11 years ago
parent 3e39a4c267
commit bdfe3fd4ae

@ -134,7 +134,6 @@ class BitkeyClient(object):
# Prepare and send initial message
tx = proto.SignTx()
tx.random = self._get_local_entropy() # Provide additional entropy to the device
tx.inputs_count = len(inputs)
tx.outputs_count = len(outputs)
res = self.call(tx)

Loading…
Cancel
Save