You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto result = partialBlock.FillBlock(*pblock, dummy_missing, false/* pow_check*/);
1394
+
if (result == READ_STATUS_FAILED) {
1386
1395
throwJSONRPCError(RPC_DESERIALIZATION_ERROR, "Failed to complete block though all transactions were apparently found. Could be random short ID collision; requires full block instead.");
1396
+
} elseif (result != READ_STATUS_OK) {
1397
+
throwJSONRPCError(RPC_DESERIALIZATION_ERROR, "Failed to complete block though all transactions were apparently found.");
0 commit comments