xmr-btc-swap/swap
Thomas Eizinger 3ad9516188
Reduce logging when signing transactions
1. We can generalize the signing interface by passing a PSBT in
instead of the `TxLock` transaction.
2. Knowing the transaction ID of a transaction that we are about
to sign is not very useful. Instead, it is much more useful to know
what failed. Hence we add a `.context` to the call of `sign_and_finalize`.
3. In case the signing succeeds, we will immediately broadcast it
afterwards. The new broadcasting interface will tell us that we broadcasted
the "lock" transaction.
2021-03-02 12:53:40 +11:00
..
src Reduce logging when signing transactions 2021-03-02 12:53:40 +11:00
tests Merge #233 2021-03-01 01:47:34 +00:00
Cargo.toml Improve time formatting of log output 2021-03-02 09:50:16 +11:00