xmr-btc-swap/swap
Thomas Eizinger 8c9b087e39
Unify logging of broadcasted transactions
We eliminate unnecessary layers of indirection for broadcasting logic
and force our callers to provide us with the `kind` of transaction
that we are publishing.

Eventually, we can replace this string with some type-system magic
we can derive the name from the actual transaction. For now, we just
require the caller to duplicate this information because it is faster
and good enough TM.
2021-03-02 12:51:22 +11:00
..
src Unify logging of broadcasted transactions 2021-03-02 12:51:22 +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