Skip to content

Commit

Permalink
Merge pull request #540 from hashgraph/00520-D-hedera-node-validator
Browse files Browse the repository at this point in the history
Adjust the transaction fee for fixing the insufficient tx fee error
  • Loading branch information
anighanta authored Sep 14, 2020
2 parents 9b059c7 + 4d451ff commit ed48170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ default String unique(String opName, Class<?> providerType) {

String UNIQUE_PAYER_ACCOUNT = "uniquePayerAccount";
long UNIQUE_PAYER_ACCOUNT_INITIAL_BALANCE = 50_000_000_000L;
long TRANSACTION_FEE = 500_000_000L;
long TRANSACTION_FEE = 5_000_000_000L;

}

0 comments on commit ed48170

Please sign in to comment.