mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Some renames and small fixes.
This commit is contained in:
@ -209,9 +209,9 @@ func dumpStorage(t *testing.T, addr []byte) core.ResponseDumpStorage {
|
||||
return *resp
|
||||
}
|
||||
|
||||
func getStorage(t *testing.T, typ string, addr, slot []byte) []byte {
|
||||
func getStorage(t *testing.T, typ string, addr, key []byte) []byte {
|
||||
client := clients[typ]
|
||||
resp, err := client.GetStorage(addr, slot)
|
||||
resp, err := client.GetStorage(addr, key)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user