Skip to content

Commit

Permalink
#1-warn-excessive-fee
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvei Vasily committed Jan 20, 2020
1 parent 297c77d commit 8c128e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/cointoolkit.js
Expand Up @@ -2356,7 +2356,7 @@ $(document).ready(function() {

$("#transactionCreate").removeClass("hidden");

if($("#transactionFee").val()>=0.011){
if($("#transactionFee").val()>=0.1){
$("#modalWarningFeeAmount").html($("#transactionFee").val());
$("#modalWarningFee").modal("show");
}
Expand Down

0 comments on commit 8c128e3

Please sign in to comment.