Skip to content

Commit

Permalink
remove getHashByKvIdx
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Sep 18, 2023
1 parent 040114a commit 83dbdcd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/EthStorageContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,4 @@ contract EthStorageContract is StorageContract, Decoder {

emit PutBlob(kvIdx, length, dataHash);
}

function getHashByKvIdx(uint256 kvIdx) public view returns (bytes32) {
return kvMap[idxMap[kvIdx]].hash;
}
}

0 comments on commit 83dbdcd

Please sign in to comment.