AdamISZ / CoinSwapCS

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

maximum_concurrent_coinswaps must decrement #29

Closed AdamISZ closed 7 years ago

AdamISZ commented 7 years ago

Marking this as a bug, but it was simply observed in the first attempts to do a swap with another remote party on testnet, have not investigated in code yet. Saw "busy" status thrown up after third attempt, first two were aborted (I forget exactly how).

AdamISZ commented 7 years ago

Fixed in 61ae0959eaf8c2437533839f86cb1f66b3e47806

Did some manual tests of multiple concurrent runs as well as main test harness, seems to function correctly.

Niggle, the title here is wrong, it's not that variable that decrements of course, in case anyone is confused.