Charge for pathfinding updates.

This commit is contained in:
JoelKatz
2014-03-17 19:40:35 -07:00
committed by David Schwartz
parent 0442b3a683
commit 5d1aec6280
3 changed files with 11 additions and 5 deletions

View File

@@ -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" );