Browse Source
Prior to this commit, if a user has attempted a coinjoin with /taker/coinjoin but a problem occurs (such as an unresponsive maker), they are not able to abort the protocol but must wait until the taker_finished event is triggered. After this commit a GET request to the endpoint defined as /wallet/walletname/taker/stop will force-stop the coinjoin attempt (similar to quitting the script in CLI). This will reset the wallet daemon state to CJ_NOT_RUNNING.master
3 changed files with 78 additions and 1 deletions
Loading…
Reference in new issue