mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Charge for pathfinding updates.
This commit is contained in:
@@ -34,6 +34,7 @@ Charge const feeLightRPC ( 5, "light RPC" ); // DAVID: C
|
||||
Charge const feeLowBurdenRPC ( 20, "low RPC" );
|
||||
Charge const feeMediumBurdenRPC ( 40, "medium RPC" );
|
||||
Charge const feeHighBurdenRPC ( 300, "heavy RPC" );
|
||||
Charge const feePathFindUpdate ( 100, "path update" );
|
||||
|
||||
Charge const feeNewTrustedNote ( 10, "trusted note" );
|
||||
Charge const feeNewValidTx ( 10, "valid tx" );
|
||||
|
||||
Reference in New Issue
Block a user