Prevent possible skip of notarisation on KMD

This commit is contained in:
blackjok3r
2018-12-06 20:26:41 +08:00
parent 0480ddbfba
commit 05908caa14

View File

@@ -69,7 +69,7 @@ uint256 CalculateProofRoot(const char* symbol, uint32_t targetCCid, int kmdHeigh
destNotarisationTxid = nota.first; destNotarisationTxid = nota.first;
else if (seenOwnNotarisations == 2) else if (seenOwnNotarisations == 2)
goto end; goto end;
break; //break;
} }
} }