From ab28b5b44b07e99ab3c41417e73d5f6f09309929 Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Mon, 29 Mar 2021 15:26:41 +0000 Subject: [PATCH] Fixes blockstack/docs#1119 --- src/pages/understand-stacks/technical-specs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/understand-stacks/technical-specs.md b/src/pages/understand-stacks/technical-specs.md index 708f0611..8d585c8e 100644 --- a/src/pages/understand-stacks/technical-specs.md +++ b/src/pages/understand-stacks/technical-specs.md @@ -67,4 +67,5 @@ description: Summary of technical specifications of Stacks 2.0 - Transaction encoding is described [here](https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md#transaction-encoding) and [here](/understand-stacks/transactions#encoding) - Transaction signing and verification are described [here](https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md#transaction-signing-and-verifying) and [here](/understand-stacks/transactions#signature-and-verification) - All transactions impacting account balance are atomic, a transfer operation can not increment one account’s balance without decrementing another’s. However, transactions that perform multiple account actions (for example, transferring from multiple accounts) may partially complete. +- Transactions can include a memo string (max 34 bytes) - Further reading: [Transactions](/understand-stacks/transactions)