Browse Source
Fixes #1214. Prior to this commit, if a broadcast of a transaction failed locally, or failed after attempting remote broadcast then falling back to local via the function jmclient.taker.Taker.handle_unbroadcast_transaction, then the version of the on_finished_callback found in jmclient.wallet_rpc.JMWalletDaemon incorrectly asserted that the fromtx keyword argument must be True, thus failing to update the state of the daemon to CJ_NOT_RUNNING. After this commit that assertion is removed, and the coinjoin_in_process value returned over the API is correctly False after either a successful, or an unsuccessful, finishing of the coinjoin.master
1 changed files with 0 additions and 7 deletions
Loading…
Reference in new issue