diff --git a/supernode/index.html b/supernode/index.html index 394a40c..eaa8993 100644 --- a/supernode/index.html +++ b/supernode/index.html @@ -23478,12 +23478,14 @@ resp.data.order_validator_sign, resp.data.order_validator_public_key ) + || + (resp.data==null && resp.error && resp.msg.length>0) ) { readDB("localbitcoinUser", "00-01").then(function(user) { if ( typeof user == "object" && - user.myLocalFLOAddress == resp.data.trader_flo_address + user.myLocalFLOAddress == resp.data.trader_flo_address || resp.receiver_flo_address ) { let counterTraderAccountAddress = resp.msg; showMessage(counterTraderAccountAddress);