issues
search
citadel-tech
/
coinswap
Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol
https://gist.github.com/chris-belcher/9144bd57a91c194e332fb5ca371d0964
Other
73
stars
46
forks
source link
Improvements in `Taker-Cli`
#261
Closed
KnowWhoami
closed
1 month ago
KnowWhoami
commented
2 months ago
Bugs:
[x] Log statements are printed when a command is called in
taker-cli
.
Refactorings:
[x]
Separate Coinswap Command
:
Extract
do_coinswap
into a separate sub-command.
Ensure all related arguments are nested within this sub-command.
KnowWhoami
commented
2 months ago
Note :
This improvements may also require in
Maker-Cli
.
Let's just do these things first for
Taker
then we can do the same for
Maker
also.
Bugs:
taker-cli
.Refactorings:
do_coinswap
into a separate sub-command.