Skip to content

Commit

Permalink
init transaction fee pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-liu55 committed Nov 14, 2020
1 parent 8b50e9c commit 9802248
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ private DynamicPropertiesStore(@Value("properties") String dbName) {
this.saveAllowTransactionFeePool(0L);
}

try {
this.getTransactionFeePool();
} catch (IllegalArgumentException e) {
this.saveTransactionFeePool(0L);
}

try {
this.getTotalTransactionCost();
} catch (IllegalArgumentException e) {
Expand Down

0 comments on commit 9802248

Please sign in to comment.