Fixed try

This commit is contained in:
MoneroOcean
2018-03-25 10:54:16 +02:00
parent 1aa311c6d7
commit 7e9e43c151

View File

@@ -511,10 +511,10 @@ namespace cryptonote
printf("block: block version %u\n", major_version);
try {
auto sbb = make_serializable_bytecoin_block(*this, false, false);
FIELD_N("parent_block", sbb);
} catch(...) {
puts("Exception!!!");
}
FIELD_N("parent_block", sbb);
}
FIELD(miner_tx)
FIELD(tx_hashes)