Merge pull request #1192 from Mixa84/FSM

Channel close fix. Fix canceling partially filled orders by anyone.
This commit is contained in:
jl777
2019-01-21 01:52:40 -11:00
committed by GitHub
4 changed files with 93 additions and 61 deletions

View File

@@ -573,7 +573,6 @@ bool komodo_txnotarizedconfirmed(uint256 txid)
CPubKey check_signing_pubkey(CScript scriptSig)
{
bool found = false;
CPubKey pubkey;