summa-tx / coins

Rust implementations of BIP32/39 and Ledger device comms
Other
92 stars 31 forks source link

Handle `NoError` response correctly #88

Closed cloudhead closed 3 years ago

cloudhead commented 3 years ago

Thanks @sebastinez for debugging this!

sebastinez commented 3 years ago

I like the solution to still use the is_success function 👍

prestwich commented 3 years ago

LGTM