Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and Sixtysixter committed Nov 17, 2024
1 parent 58e4334 commit be31743
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions silkworm/rpc/commands/ots_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,24 +230,14 @@ class OtsRpcApi {
friend class silkworm::rpc::json_rpc::RequestHandler;

private:
<<<<<<< HEAD
Task<TransactionsWithReceipts> collect_results(
db::kv::api::Transaction& tx, BlockNum block_number,
Task<TransactionsWithReceipts> collect_transactions_with_receipts(
db::kv::api::Transaction& tx,
db::chain::CanonicalBodyForStorageProvider& provider,
db::kv::api::PaginatedTimestamps paginated_result_from,
db::kv::api::PaginatedTimestamps paginated_result_to,
BlockNum block_number,
const evmc::address& address,
db::kv::api::Timestamp from_timestamp,
bool ascending,
uint64_t page_size);
=======
Task<TransactionsWithReceipts> collect_transactions_with_receipts(
db::kv::api::Transaction& tx,
db::chain::CanonicalBodyForStorageProvider& provider,
BlockNum block_number,
const evmc::address& address,
db::kv::api::Timestamp from_timestamp,
bool ascending,
uint64_t page_size);
>>>>>>> bed339eb (Review)

Task<bool> trace_blocks(
FromToBlockProvider& from_to_provider,
Expand Down

0 comments on commit be31743

Please sign in to comment.