Bug fix
- Fixed: FLO multisig pipeline not closing (disabling) upon successful broadcast
This commit is contained in:
parent
17cee7be81
commit
ffa7567964
@ -1462,7 +1462,7 @@
|
|||||||
data.txid = unparsed.message;
|
data.txid = unparsed.message;
|
||||||
//the following check is done on parallel (in background) instead of sync
|
//the following check is done on parallel (in background) instead of sync
|
||||||
getChat(pipeID).then(result => {
|
getChat(pipeID).then(result => {
|
||||||
var tx_hex_list = Object.keys(result).sort().map(i => result[i].tx_hex).filter(x => x).shift();
|
var tx_hex_list = Object.keys(result).sort().map(i => result[i].tx_hex).filter(x => x);
|
||||||
let tx_hex_inital = tx_hex_list[0],
|
let tx_hex_inital = tx_hex_list[0],
|
||||||
tx_hex_final = tx_hex_list.pop();
|
tx_hex_final = tx_hex_list.pop();
|
||||||
if (floBlockchainAPI.checkIfSameTx(tx_hex_inital, tx_hex_final) &&
|
if (floBlockchainAPI.checkIfSameTx(tx_hex_inital, tx_hex_final) &&
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user