Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol
73
stars
46
forks
source link
Mismatch in `Swapcoin` Retrieval for `Maker` vs. `Taker` in `recover_from_swap` #297
Open
KnowWhoami opened 1 week ago
we have
recover_from_swap
api each fortaker
andmaker
where in case oftaker
->outgoings
andincomings
swapcoins are derived fromwallet disk
: https://github.com/citadel-tech/coinswap/blob/47fb73d6bc982b16716e7ecfe6b2190dac1f1857/src/taker/api.rs#L1758-L1759but in
maker
case -> we have dedicated code for finding these swapcoins , why are we not finding them fromwallet disk
as done in case oftaker
? https://github.com/citadel-tech/coinswap/blob/47fb73d6bc982b16716e7ecfe6b2190dac1f1857/src/maker/api.rs#L424-L479