Skip to content

Commit

Permalink
Fix typo: "mircoAlgos" => "microAlgos" (algorand#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAntaki authored Apr 21, 2022
1 parent 8aafebb commit 850c2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/accessing_transaction_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Information about the current state of the blockchain can be obtained using the
Operator Type Min TEAL Version Notes
=========================================== ======================= ================ =============================================================
:any:`Global.min_txn_fee()` :code:`TealType.uint64` 2 in microAlgos
:any:`Global.min_balance()` :code:`TealType.uint64` 2 in mircoAlgos
:any:`Global.min_balance()` :code:`TealType.uint64` 2 in microAlgos
:any:`Global.max_txn_life()` :code:`TealType.uint64` 2 number of rounds
:any:`Global.zero_address()` :code:`TealType.bytes` 2 32 byte address of all zero bytes
:any:`Global.group_size()` :code:`TealType.uint64` 2 number of txns in this atomic transaction group, at least 1
Expand Down

0 comments on commit 850c2ca

Please sign in to comment.