Skip to content

Commit

Permalink
Increase minimum TX fee to 2 sats/vByte to fix #3106 (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored and sqrrm committed Oct 10, 2019
1 parent f3950bd commit 679985d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/bisq/core/btc/BaseCurrencyNetwork.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ public boolean isRegtest() {
}

public long getDefaultMinFeePerByte() {
return 1;
return 2;
}
}

0 comments on commit 679985d

Please sign in to comment.