Skip to content

Commit ff295a9

Browse files
committed
fix: ascii flow
1 parent d277942 commit ff295a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,9 @@
358358
//! +------+ +----------+ |
359359
//! |Finish} |EvmNeedsTx| <------ open_block() -----------+
360360
//! +------+ +----------+
361-
//! ^ | +--------+
362-
//! | +------- fill_tx() ---------------> |EvmReady|
363-
//! | +--------+
361+
//! ^ | +--------+
362+
//! | +------- fill_tx() -------> |EvmReady|---+
363+
//! | +--------+ |
364364
//! | +-------------+ |
365365
//! +- apply() ---|EvmTransacted| <-- execute_tx() --+
366366
//! or discard() +-------------+

0 commit comments

Comments
 (0)