mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 19:36:44 +01:00
Fix inconsistency between api doc and code: hermezEthereumAddress => hezEthereumAddress
This commit is contained in:
@@ -163,7 +163,7 @@ func TestParsePagination(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestParseQueryHezEthAddr(t *testing.T) {
|
||||
name := "hermezEthereumAddress"
|
||||
name := "hezEthereumAddress"
|
||||
c := &queryParser{}
|
||||
c.m = make(map[string]string)
|
||||
ethAddr := ethCommon.BigToAddress(big.NewInt(int64(347683)))
|
||||
|
||||
Reference in New Issue
Block a user