moneroexamples 5 years ago
parent bfc2498dde
commit 1e6c13f9cf

@ -396,8 +396,9 @@ for (auto const& tx_tuple: txs_data)
<< " in tx " << tx_hash_str << " in blk " << blk_height << " in tx " << tx_hash_str << " in blk " << blk_height
<< ' ' << outputs_found; << ' ' << outputs_found;
throw TxSearchException("insert output_found: " continue;
"no_rows_inserted is zero!"); //throw TxSearchException("insert output_found: "
// "no_rows_inserted is zero!");
} }
} // if (!found_mine_outputs.empty()) } // if (!found_mine_outputs.empty())
@ -586,8 +587,9 @@ for (auto const& tx_tuple: txs_data)
<< " in tx " << tx_hash_str << " in blk " << blk_height << " in tx " << tx_hash_str << " in blk " << blk_height
<< ' ' << inputs_found; << ' ' << inputs_found;
throw TxSearchException( continue;
"insert inputs_found: no_rows_inserted is zero!"); //throw TxSearchException(
//"insert inputs_found: no_rows_inserted is zero!");
} }
} // if (!inputs_found.empty()) } // if (!inputs_found.empty())

Loading…
Cancel
Save