networks: increase default fee rates.

This commit is contained in:
Christopher Jeffrey 2017-02-22 11:38:37 -08:00
parent 304f0e7e75
commit 09c2357552
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -435,7 +435,7 @@ main.minRelay = 1000;
* @default
*/
main.feeRate = 50000;
main.feeRate = 100000;
/**
* Maximum normal relay rate.
@ -443,7 +443,7 @@ main.feeRate = 50000;
* @default
*/
main.maxFeeRate = 150000;
main.maxFeeRate = 400000;
/**
* Whether to allow self-connection.