Skip to content

Commit

Permalink
cmd/blockspiderd: update Block.Convert() params
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Dec 6, 2023
1 parent 21bdd94 commit d46df74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/blockspiderd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func main() {
}

// convert raw block to common.Block
startBlock, err := rawStartBlock.Convert(*rpcClient)
startBlock, err := rawStartBlock.Convert(rpcClient, nil)
if err != nil {
log.Error("could not convert start block", "err", err)
os.Exit(1)
Expand Down

0 comments on commit d46df74

Please sign in to comment.