Browse Source
Previous to this commit, if a utxo string did not conform to the standard txid:n in hex format, of the correct length, an exception would be thrown (specifically for invalid values of the output index, which must be parseable as an integer). This could allow a taker to crash a maker by sending an invalid commitment string. After this commit this invalid utxo is correctly ignored (and the commitment of course is invalid).master
1 changed files with 21 additions and 1 deletions
Loading…
Reference in new issue