forked from cerc-io/ipld-eth-server
Get storage API, with storage leaf CID and raw IPLD block.
This commit is contained in:
committed by
Arijit Das
parent
b90fcb53e6
commit
a284a566d5
+1
-1
@@ -767,7 +767,7 @@ func (b *Backend) GetStorageByHash(ctx context.Context, address common.Address,
|
||||
return nil, err
|
||||
}
|
||||
|
||||
_, storageRlp, err := b.IPLDRetriever.RetrieveStorageAtByAddressAndStorageSlotAndBlockHash(address, key, hash)
|
||||
_, _, storageRlp, err := b.IPLDRetriever.RetrieveStorageAtByAddressAndStorageSlotAndBlockHash(address, key, hash)
|
||||
return storageRlp, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user