From f5a3097aad0cc6e5fc79623273a0b975e235ea3e Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 17 Dec 2018 16:59:47 -0500 Subject: [PATCH] P2P - Special tx payload size clarification --- _includes/devdoc/ref_transactions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/devdoc/ref_transactions.md b/_includes/devdoc/ref_transactions.md index cb44d39b..31d51981 100644 --- a/_includes/devdoc/ref_transactions.md +++ b/_includes/devdoc/ref_transactions.md @@ -414,7 +414,9 @@ flexibility to expand beyond the financial uses of classical transactions. DIP2 transactions modified classical transactions by: 1. Splitting the 32 bit `version` field into two 16 bit fields (`version` and `type`) -2. Adding support for a generic extra payload following the `lock_time` field +2. Adding support for a generic extra payload following the `lock_time` field. The + maximum allowed size for a transaction version 3 extra payload is 10000 bytes + (`MAX_TX_EXTRA_PAYLOAD`). Classical (financial) transactions have a `type` of 0 while special transactions have a `type` defined in the DIP describing them. A list of current special