From a20f47720d9edece5e706d167f79f679edc82c86 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 17 Jan 2024 13:43:19 -0500 Subject: [PATCH] update comments --- common/txmgr/inmemory_store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/txmgr/inmemory_store.go b/common/txmgr/inmemory_store.go index aa2d3ac9f99..7cc861b9e7f 100644 --- a/common/txmgr/inmemory_store.go +++ b/common/txmgr/inmemory_store.go @@ -23,7 +23,6 @@ import ( // TODO: figure out if multiple tx attempts are actually stored in the db for each tx // TODO: need a way to get id for a tx attempt. since there are some methods where the persistent store creates a tx attempt and doesnt returns it // TODO: should txAttempt state transitions be handled by the address state manager? -// TODO: add RLock and RUnlock to address state usage where applicable var ( // ErrInvalidChainID is returned when the chain ID is invalid