Skip to content

Commit

Permalink
core/tx_pool: remove unused "TxStatusIncluded" (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>

Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
  • Loading branch information
gyuho committed Oct 7, 2022
1 parent b1d1351 commit 6d7abff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tx_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ const (
TxStatusUnknown TxStatus = iota
TxStatusQueued
TxStatusPending
TxStatusIncluded
)

// blockChain provides the state of blockchain and current gas limit to do
Expand Down

0 comments on commit 6d7abff

Please sign in to comment.