From 07ab94cdf08616ace0d59bf362484ab3e3d502a5 Mon Sep 17 00:00:00 2001 From: andri lim Date: Sat, 12 Jan 2019 12:18:21 +0700 Subject: [PATCH] fix some typo --- premix/index.html | 2 +- premix/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/premix/index.html b/premix/index.html index 4b7d989d2..fd45da8f6 100644 --- a/premix/index.html +++ b/premix/index.html @@ -96,7 +96,7 @@
-

Transactions Post State Accounts Tx #

+

Transaction's Receipts Tx #

diff --git a/premix/readme.md b/premix/readme.md index 1cdc5e6e2..745884675 100644 --- a/premix/readme.md +++ b/premix/readme.md @@ -88,7 +88,7 @@ nim c -r premix/debug blockxxx.json `Dumper` was designed specifically to produce debugging data that can be further processed by `Premix` from information already stored in database. It will create a single block tracing information if the block already persisted. -If you want to produce problematic block debug data, better to use `Persist` too. `Dumper` produced data +If you want to produce problematic block debug data, better to use `Persist` tool. `Dumper` produced data usually used to debug features of `Premix` and it's report page logic. ```bash