Commit 134ec30
authored
fix(ledger): use transactions for leios endorser blocks (#1200)
Since Leios Endorser Blocks do not have the transaction contents in
their CBOR representation, we do not have a container for them. Add
`transactions` to allow us to store them in the block once resolved for
later retrieval, such as via the `Transactions()` func.
Signed-off-by: Chris Gianelloni <[email protected]>1 parent ca6f76e commit 134ec30
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 157 | + | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
0 commit comments