Skip to content

Commit

Permalink
Merge pull request #527 from dindinw/main
Browse files Browse the repository at this point in the history
cmd/payledger: fix compile
  • Loading branch information
dindinw authored Sep 8, 2023
2 parents 5e1c2ea + 3a15a59 commit c48ef43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/payledger/danode.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
"github.com/Qitmeer/qng/log"
"github.com/Qitmeer/qng/meerdag"
"github.com/Qitmeer/qng/params"
"github.com/Qitmeer/qng/services/index"
"path"
)

Expand Down Expand Up @@ -114,7 +113,6 @@ func (node *DebugAddressNode) LoadInfo() error {
}

func (node *DebugAddressNode) processAddress(blueM *map[uint]bool) error {
db := node.db
par := params.ActiveNetParams.Params
checkAddress := node.cfg.DebugAddress
tradeRecord := []*TradeRecord{}
Expand Down

0 comments on commit c48ef43

Please sign in to comment.