mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
183 stars 133 forks source link

Unify owner + foreign API finalize #701

Closed yeastplume closed 6 months ago

yeastplume commented 6 months ago

Finalize methods for owner and foreign API were taking different paths, leading to invoice transactions not being handled correctly when finalize was called via the owner API.

Fixes #635