From 29af075c1b7898ba4f061ea03de4f6f1825a7089 Mon Sep 17 00:00:00 2001 From: guangwu Date: Thu, 16 Nov 2023 17:05:41 +0800 Subject: [PATCH] fix: typo --- wtxmgr/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wtxmgr/tx.go b/wtxmgr/tx.go index 1af872f015..ad7e04f573 100644 --- a/wtxmgr/tx.go +++ b/wtxmgr/tx.go @@ -54,7 +54,7 @@ var ( // ErrOutputUnlockNotAllowed is an error returned when an output unlock // is attempted with a different ID than the one which locked it. - ErrOutputUnlockNotAllowed = errors.New("output unlock not alowed") + ErrOutputUnlockNotAllowed = errors.New("output unlock not allowed") // ErrDuplicateTx is returned when attempting to record a mined or // unmined transaction that is already recorded.