importproof proc read bad id
This commit is contained in:
@@ -60,6 +60,8 @@ public:
|
|||||||
READWRITE(notaryTxids);
|
READWRITE(notaryTxids);
|
||||||
else if (proofKind == PROOF_MERKLEBLOCK)
|
else if (proofKind == PROOF_MERKLEBLOCK)
|
||||||
READWRITE(proofBlock);
|
READWRITE(proofBlock);
|
||||||
|
else
|
||||||
|
proofKind = PROOF_NONE; // if we have read some trash
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsMerkleBranch(TxProof &_proofBranch) const {
|
bool IsMerkleBranch(TxProof &_proofBranch) const {
|
||||||
|
|||||||
Reference in New Issue
Block a user