networks: increase default fee rates.
This commit is contained in:
parent
304f0e7e75
commit
09c2357552
@ -435,7 +435,7 @@ main.minRelay = 1000;
|
|||||||
* @default
|
* @default
|
||||||
*/
|
*/
|
||||||
|
|
||||||
main.feeRate = 50000;
|
main.feeRate = 100000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maximum normal relay rate.
|
* Maximum normal relay rate.
|
||||||
@ -443,7 +443,7 @@ main.feeRate = 50000;
|
|||||||
* @default
|
* @default
|
||||||
*/
|
*/
|
||||||
|
|
||||||
main.maxFeeRate = 150000;
|
main.maxFeeRate = 400000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to allow self-connection.
|
* Whether to allow self-connection.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user