Skip to content

Commit b5b9cf8

Browse files
authored
fix compilation
1 parent 4c681b1 commit b5b9cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silkworm/db/chain/remote_chain_storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Task<bool> RemoteChainStorage::read_rlp_transactions(BlockNum block_num, const e
199199
co_return true;
200200
}
201201

202-
Task<bool> RemoteChainStorage::(const evmc::bytes32& txn_hash, Bytes& rlp_tx) const {
202+
Task<bool> RemoteChainStorage::read_rlp_transaction(const evmc::bytes32& txn_hash, Bytes& rlp_tx) const {
203203
auto block_num = co_await providers_.block_num_from_txn_hash(txn_hash.bytes);
204204
if (!block_num) {
205205
co_return false;

0 commit comments

Comments
 (0)