Skip to content

Commit

Permalink
bugfix: Fix Quai/Qi coinbases print
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Oct 22, 2024
1 parent e9ee381 commit 178ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/slice.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ func (sl *Slice) Append(header *types.WorkObject, domTerminus common.Hash, domOr
}

var coinbaseType string
if block.PrimaryCoinbase().IsInQiLedgerScope() {
if block.PrimaryCoinbase().IsInQuaiLedgerScope() {
coinbaseType = "QuaiCoinbase"
} else {
coinbaseType = "QiCoinbase"
Expand Down

0 comments on commit 178ed39

Please sign in to comment.