From 6daf3584eab9b8c19cbe8c8a44422ea563e32261 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 1 Apr 2018 12:15:13 +0300 Subject: [PATCH] Test --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index 34516c3d1..ccd30bbec 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -271,7 +271,7 @@ int32_t dpow_txhasnotarization(uint64_t *signedmaskp,int32_t *nothtp,struct supe decode_hex(script,len,hexstr); if ( dpow_opreturn_parsesrc(&blockhash,nothtp,&txid,symbol,&MoM,&MoMdepth,script,len) > 0 ) { - //if ( Notaries_port != DPOW_SOCKPORT ) + if ( Notaries_port != DPOW_SOCKPORT ) { if ( bits256_nonz(MoM) == 0 || MoMdepth == 0 || *nothtp >= height || *nothtp < 0 ) *nothtp = 0;