Skip to content

Commit

Permalink
default fee calculation strategy is now used by transaction builders
Browse files Browse the repository at this point in the history
  • Loading branch information
tonowie committed Sep 3, 2019
1 parent 832b9d3 commit b39b0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/proximax/sdk/BlockchainApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ private NetworkType queryForNetworkType() {
public TransactionBuilderFactory transact() {
TransactionBuilderFactory fac = new TransactionBuilderFactory();
fac.setNetworkType(getNetworkType());
fac.setFeeCalculationStrategy(DEFAULT_FEE_CALCULATION_STRATEGY);
return fac;
}
}

0 comments on commit b39b0cf

Please sign in to comment.