Skip to content

Commit

Permalink
Bump version number in test message
Browse files Browse the repository at this point in the history
Bump the default fee to 15000 satoshis
  • Loading branch information
keepkey-builder committed Oct 20, 2016
1 parent 50453d0 commit c7bb908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
public class FeeService {
public static final Coin MINIMUM_FEE_PER_KB = Coin.valueOf(1000); // Slightly higher than the minimum relay fee (1000 sat per KB) as per Bitcoin Core 0.9
public static final Coin DEFAULT_FEE_PER_KB = Coin.valueOf(10000); // 0.1 mBTC per KB - a long used fee structure which works as of spam attacks of July 2015
public static final Coin DEFAULT_FEE_PER_KB = Coin.valueOf(15000); // 0.1 mBTC per KB - a long used fee structure which works as of spam attacks of July 2015
public static final Coin MAXIMUM_FEE_PER_KB = Coin.valueOf(100000); // 0.5 mBTC per KB
public static final String DONATION_ADDRESS = "Refactor this";
public static final String DEFAULT_DONATION_AMOUNT = "0.01"; // in BTC as per BIP21
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----BEGIN BITCOIN SIGNED MESSAGE-----
Hello World
-----BEGIN BITCOIN SIGNATURE-----
Version: MultiBit HD (0.4.1)
Version: MultiBit HD (0.5.0-BETA)
Comment: https://multibit.org
Address: 16R2kAxaUNM4xj6ykKbxEugpJdYyJzTP13

Expand Down

0 comments on commit c7bb908

Please sign in to comment.