mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
183 stars 133 forks source link

Fixes to self-spend cancellation #702

Closed yeastplume closed 6 months ago

yeastplume commented 6 months ago

Uncovered via https://github.com/mimblewimble/grin-gui/issues/79, the logic for cancel was failing when attempting to cancel a legacy self-spend (i.e. when there are two transaction log entries for the same transaction uuid)

phyro commented 6 months ago

@yeastplume the diff on this one shows only one test file while description hints some other changes should be present as well. Is it missing something?

yeastplume commented 6 months ago

@yeastplume the diff on this one shows only one test file while description hints some other changes should be present as well. Is it missing something?

Whoops yes :D , creating another PR with missing changes now.