AdamISZ / CoinSwapCS

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

backout doesn't shut down state machine #21

Closed AdamISZ closed 7 years ago

AdamISZ commented 7 years ago

Noticed in setting up tests: if backout on timeout, the state machine can erroneously continue. Easy fix: just force the state machine to completion state so that it no longer processes a state transition triggered by a message from the counterparty.

AdamISZ commented 7 years ago

Fixed in 6f6b05c1edc6d5edbef98fd78fd81f861af3f78b ; this further highlights #13