Skip to content
Snippets Groups Projects
Commit a127a565 authored by nanocryk's avatar nanocryk
Browse files

Corrected data sizes

parent 2b97a831
No related branches found
No related tags found
1 merge request!1WIP: RFC 1 : Abstract Syntax Tree-based output script locks
...@@ -235,7 +235,7 @@ We calculate the Merkle Root `<merkle root>`, and then build the final output sc ...@@ -235,7 +235,7 @@ We calculate the Merkle Root `<merkle root>`, and then build the final output sc
``` ```
SMR 2 SMR 2
U128 <merkle_root> U32 <merkle_root>
EXT 3 # Script AST EXT 3 # Script AST
# We need to use index 3 because 0 to 2 # We need to use index 3 because 0 to 2
# are already used by the hashed script # are already used by the hashed script
...@@ -244,9 +244,9 @@ SMR 2 ...@@ -244,9 +244,9 @@ SMR 2
Then when you want to use it, you provide as parameters : Then when you want to use it, you provide as parameters :
``` ```
0 : U32 <signature_a> 0 : U64 <signature_a>
1 : NOP 1 : NOP
2 : U32 <signature_c> 2 : U64 <signature_c>
3 : GE 2 3 : GE 2
SUM 3 SUM 3
ED 2 ED 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment