Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Apr 3, 2023
1 parent b0396c1 commit c84ef00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/ensm/eth/mock/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,11 @@ func (c *NamespaceManager) GetInfo(username string) (*ecdsa.PublicKey, string, e
return nil, "", fmt.Errorf("no info available for user")
}
x := new(big.Int)
fmt.Println("i.X", i.X)
x.SetBytes(i.X[:])
fmt.Println("x", x.Bytes())

y := new(big.Int)
fmt.Println("i.Y", i.Y)

y.SetBytes(i.Y[:])
fmt.Println("y", y.Bytes())

pub := new(ecdsa.PublicKey)
pub.X = x
Expand Down

0 comments on commit c84ef00

Please sign in to comment.