Skip to content

Commit c033112

Browse files
authored
Merge pull request #109 from algorandfoundation/fix/missing-stpf-type
fix: missing state proof in the type list
2 parents fd1b5e3 + 2828497 commit c033112

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/ledger.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ _transaction_ $\Tx$ represents a transition between two account states. A
744744
transaction contains the following fields:
745745

746746
- The _transaction type_ $\TxType$, which is a short string that indicates the
747-
type of a transaction. The following transaction types are supported:
747+
type of transaction. The following transaction types are supported:
748748

749749
- Transaction type `pay` corresponds to a _payment_ transaction.
750750

@@ -757,6 +757,8 @@ transaction contains the following fields:
757757
- Transaction type `afrz` corresponds to an _asset freeze_ transaction.
758758

759759
- Transaction type `appl` corresponds to an _application call_ transaction.
760+
761+
- Transaction type `stpf` corresponds to a _state proof_ transaction.
760762

761763
- Transaction type `hb` corresponds to a _heartbeat_ transaction.
762764

0 commit comments

Comments
 (0)