mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-14 18:36:33 -04:00

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.