From 0ddc2bf468418fa743c017a457ba9f7701e229eb Mon Sep 17 00:00:00 2001 From: Roamin <97863888+roaminro@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:15:41 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad3144d..92d0b9b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ yarn global add @roamin/local-koinos # start a local Koinos devnet (default mode is "auto") # there are 3 modes available: # - auto: produces a block every time you submit a transaction to the mempool -# - interval: creates a block every X seconds with all transactions available in the mempool -# - manual: awaits for blocks to be submitted manually +# - interval: creates a block every X seconds with all transactions available in the mempool (default is every 3 seconds) +# - manual: awaits for blocks to be manually submitted to the chain # a local JSON RPC service will be available by default at http://127.0.0.1:8080 local-koinos start