Skip to content

Commit 8d26395

Browse files
authored
make fmt
1 parent 74c002e commit 8d26395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silkworm/rpc/commands/ots_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Task<void> OtsRpcApi::handle_ots_get_internal_operations(const nlohmann::json& r
641641
const auto transaction_with_block = co_await core::read_transaction_by_hash(*block_cache_, *chain_storage, transaction_hash);
642642

643643
if (!transaction_with_block.has_value()) {
644-
const auto error_msg = "transaction 0x" + silkworm::to_hex(transaction_hash) + " not found";
644+
const auto error_msg = "transaction 0x" + silkworm::to_hex(transaction_hash) + " not found";
645645
reply = make_json_error(request, -32000, error_msg);
646646
co_await tx->close();
647647
co_return;

0 commit comments

Comments
 (0)