Skip to content

Commit

Permalink
Update database/tbcd/database.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Sing <joshua@bloq.com>
  • Loading branch information
marcopeereboom and joshuasing authored Jun 14, 2024
1 parent 78e9040 commit c63ba97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/tbcd/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
ITForkExtend InsertType = 3 // Extended a fork, does not require further action.
)

var iTStrings = map[InsertType]string{
var itStrings = map[InsertType]string{
ITInvalid: "invalid",
ITChainExtend: "chain extended",
ITChainFork: "chain forked",
Expand Down

0 comments on commit c63ba97

Please sign in to comment.