Skip to content

Commit

Permalink
test(evm): grpc_query full coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Jun 3, 2024
1 parent f881f82 commit 3348876
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 69 deletions.
2 changes: 1 addition & 1 deletion x/evm/evmtest/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func NewEthAccInfo() EthPrivKeyAcc {
}

func EthAddrToNibiruAddr(ethAddr gethcommon.Address) sdk.AccAddress {
return sdk.AccAddress(ethAddr.Bytes())
return ethAddr.Bytes()
}

type EthPrivKeyAcc struct {
Expand Down
Loading

0 comments on commit 3348876

Please sign in to comment.