Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
poopoothegorilla committed Jan 17, 2024
1 parent f4d9b0f commit a20f477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/txmgr/inmemory_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a20f477

Please sign in to comment.