Update minimum transaction fee (#192)

This commit is contained in:
Brandon Wilson
2016-06-06 14:02:21 -07:00
committed by Rome Reginelli
parent 6c5abcd927
commit 029b009d54
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Every transaction must [specify how much XRP to destroy](#specifying-the-transac
## Current Transaction Cost ##
The current transaction cost required by the network for a standard transaction is typically **0.01 XRP** (10,000 drops), after load scaling. It sometimes increases due to higher than usual load.
The current minimum transaction cost required by the network for a standard transaction is **0.00001 XRP** (10 drops). It sometimes increases due to higher than usual load.
You can also [query `rippled` for the current transaction cost](#querying-the-transaction-cost).