Fix typo and curve corners
This commit is contained in:
parent
11abd3cf6e
commit
1a160a86fa
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
+-----------+ +-------------+ +--------------+ +--------------------+
|
.-----------. .-------------. .--------------. .--------------------.
|
||||||
| sigverify |--->| lock memory |--->| validate fee |--->| allocate accounts |--->
|
| sigverify +--->| lock memory +--->| validate fee +--->| allocate accounts +--->
|
||||||
+-----------+ +-------------+ +--------------+ +--------------------+
|
`-----------` `-------------` `--------------` `--------------------`
|
||||||
|
|
||||||
+------------+ +---------+ +-=------------+ +--------------+
|
.------------. .---------. .--------------. .--------------.
|
||||||
--->| load data |--->| execute |--->| commit data |-->|unlock memory |
|
--->| load data +--->| execute +--->| commit data +-->|unlock memory |
|
||||||
+------------+ +---------+ +--------------+ +--------------+
|
`------------` `---------` `--------------` `--------------`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue