Skip to content

Commit

Permalink
fix pointer bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Oct 29, 2024
1 parent 3487606 commit 3f2f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sequencer/clients/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (mgr *Manager) fetchFromContract(id string) (*Client, error) {
var (
address = common.HexToAddress(strings.TrimPrefix(id, "did:io:"))
uri string
ioID big.Int
ioID *big.Int
owner common.Address
)

Expand Down

0 comments on commit 3f2f6db

Please sign in to comment.