chainqueue

Blockchain transaction queue control
Log | Files | Refs | LICENSE

commit a3e9a3ee00589c3f52049e0b7c27e7aca6f4420b
parent dd3ce50ece4b45f06fa5ae65e2a909e1569c9dc1
Author: nolash <dev@holbrook.no>
Date:   Sun, 29 Aug 2021 11:56:06 +0200

Doc typo

Diffstat:
Mdoc/texinfo/state.texi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/texinfo/state.texi b/doc/texinfo/state.texi @@ -18,7 +18,7 @@ Transaction is assigned to a process which will send it to the network. @item IN_NETWORK The transaction has been sent to the network. @item DEFERRED -A transaction send could not be completed, and should be retired later. +A transaction send could not be completed, and should be retried later. @item GAS_ISSUES The transaction sender does not have sufficient network token balance to send the transaction. @item LOCAL_ERROR