xmr-btc-swap/xmr-btc
Lucas Soriano del Pino 41e8c7283c Verify Bob's redeem encsig as Alice
Not doing so means that receiving an invalid encrypted signature from
Bob would make the generator produce a `RedeemBtc` action that should
not be accepted by the node (since Bob's signature would be invalid
after decrypting his encrypted signature).

It's better to fail early and let the user know what went wrong,
rather than let them hit an incomprehensible error when using their
wallet.
2020-10-26 12:30:15 +11:00
..
src Verify Bob's redeem encsig as Alice 2020-10-26 12:30:15 +11:00
tests Rename action_generator_alice to action_generator 2020-10-26 12:30:15 +11:00
Cargo.toml Move storage into application crate 2020-10-26 10:32:54 +11:00