This commit is contained in:
jl777
2018-09-23 22:04:40 -11:00
parent a2e2291e26
commit eff8c62cb3
2 changed files with 5 additions and 2 deletions

View File

@@ -554,8 +554,8 @@ uint256 GatewaysReverseScan(uint256 &txid,int32_t height,uint256 reforacletxid,u
return(mhash);
} else return(zeroid);
}
batontxid = hash;
} else break;
} //else break;
batontxid = hash;
}
return(zeroid);
}