From dacf2a52874e0fb84e6996981700544d8b70f1d9 Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Mon, 30 Jan 2023 06:20:21 -0500 Subject: [PATCH 1/2] remove duped word --- data/transactions/logic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/transactions/logic/README.md b/data/transactions/logic/README.md index 850d02a3e1..324cd7d536 100644 --- a/data/transactions/logic/README.md +++ b/data/transactions/logic/README.md @@ -212,7 +212,7 @@ Constants can be pushed onto the stack in two different ways: 2. Constants can be loaded into storage separate from the stack and scratch space, using two opcodes `intcblock` and - `bytecblock`. Then, constants from this storage can be pushed + `bytecblock`. Then, constants from this storage can be pushed onto the stack by referring to the type and index using `intc`, `intc_[0123]`, `bytec`, and `bytec_[0123]`. This method is more efficient for constants that are used multiple times. From 21304a082e15ad12221f7b7521260d03b97316ec Mon Sep 17 00:00:00 2001 From: Ben Guidarelli Date: Mon, 30 Jan 2023 06:27:55 -0500 Subject: [PATCH 2/2] change needs to be in README_in --- data/transactions/logic/README_in.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/transactions/logic/README_in.md b/data/transactions/logic/README_in.md index 6dfcfe9664..58652ebcf7 100644 --- a/data/transactions/logic/README_in.md +++ b/data/transactions/logic/README_in.md @@ -212,7 +212,7 @@ Constants can be pushed onto the stack in two different ways: 2. Constants can be loaded into storage separate from the stack and scratch space, using two opcodes `intcblock` and - `bytecblock`. Then, constants from this storage can be pushed + `bytecblock`. Then, constants from this storage can be pushed onto the stack by referring to the type and index using `intc`, `intc_[0123]`, `bytec`, and `bytec_[0123]`. This method is more efficient for constants that are used multiple times.