AdamISZ / CoinSwapCS

Simple implementation of Bitcoin CoinSwap, client-server
GNU General Public License v3.0
31 stars 14 forks source link

Don't require arguments for recovery mode #31

Closed AdamISZ closed 7 years ago

AdamISZ commented 7 years ago

Reviewed/tested, there is no bug: for recovery, need to specify the wallet but no amount. So for server the syntax is:

python coinswap_run.py -r <sessionid> -S walletname

and for client:

python coinswap_run.py -r <sessionid> walletname