From b802addee8caaf244fb843b2d6e9e9e74def68f5 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 17 Mar 2015 19:11:42 -0700 Subject: [PATCH] [DOC] fee->setfee in table of contents --- content/tx_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tx_format.md b/content/tx_format.md index d5c0c07ecb..2d1c2d404a 100644 --- a/content/tx_format.md +++ b/content/tx_format.md @@ -15,7 +15,7 @@ There are several different types of transactions that perform different actions Additionally, there are *Psuedo-Transactions* that are not created and submitted in the usual way, but may appear in ledgers: -* [Fee - Adjust the minimum transaction fee or account reserve](#fee) +* [SetFee - Adjust the minimum transaction fee or account reserve](#setfee) Transactions are only valid if signed, submitted, and accepted into a validated ledger version. There are many ways a transaction can fail.