[#39] Fix lint issue

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-08-10 18:48:17 +03:00 committed by Kirillov Denis
parent d18312ecde
commit 1c344dd576

View file

@ -223,9 +223,9 @@ func getKeyFromWallet(w *wallet.Wallet, addrStr string, password *string) (*keys
// Panics on failure.
//
// Logger is built from zap's production logging configuration with:
// * parameterized level (debug by default)
// * console encoding
// * ISO8601 time encoding
// - parameterized level (debug by default)
// - console encoding
// - ISO8601 time encoding
//
// Logger records a stack trace for all messages at or above fatal level.
//