From 6ac66150aed6c06703e321ea068227abc1a801ec Mon Sep 17 00:00:00 2001 From: Helen Date: Sun, 19 Jan 2025 23:32:01 +0300 Subject: [PATCH] design-notes.txt --- doc/design-notes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/design-notes.txt b/doc/design-notes.txt index 9b32911..f388a6b 100644 --- a/doc/design-notes.txt +++ b/doc/design-notes.txt @@ -95,7 +95,7 @@ OO Design +------------------+ +------------------------+ | | | | - | Prepare +-------->+ Generate transctions | + | Prepare +-------->+ Generate transactions | | | | | +------------------+ +------------------------+ @@ -109,7 +109,7 @@ OO Design +------------------+ +------------------------+ | | | | - a) native tx | Nothing +-------->+ Generate transctions | + a) native tx | Nothing +-------->+ Generate transactions | | | | | +------------------+ +------------------------+ | | @@ -123,7 +123,7 @@ OO Design +------------------+ +------------------------+ | | | | - b) erc20 tx | Deploy contract +-------->+ Generate transctions | + b) erc20 tx | Deploy contract +-------->+ Generate transactions | | | | | +------------------+ +------------------------+ | | @@ -138,7 +138,7 @@ OO Design +------------------+ +------------------------+ | | | | - c) incrementer tx | Deploy contract +-------->+ Generate transctions | + c) incrementer tx | Deploy contract +-------->+ Generate transactions | | | | | +------------------+ +------------------------+ | |