-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
The current implementation of the build transfer transaction method signs the transaction:
wallet.add_witnessses(&mut tx_builder); |
Without that, the call of
tx_builder.build
would fail, because it requires signatures to be present.
This makes it insecure to send such signed transaction requests over network without the desire to execute them (eg for simulation)
See the issue on forum
Metadata
Metadata
Assignees
Labels
No labels