Skip to content

Commit f947ea0

Browse files
committed
fix: remove duplicate txid log
1 parent 464b319 commit f947ea0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stackslib/src/chainstate/stacks/db/transactions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,8 +1061,7 @@ impl StacksChainState {
10611061
"function_name" => %contract_call.function_name,
10621062
"function_args" => %VecDisplay(&contract_call.function_args),
10631063
"return_value" => %return_value,
1064-
"cost" => ?total_cost,
1065-
"txid" => %tx.txid());
1064+
"cost" => ?total_cost);
10661065
(return_value, asset_map, events)
10671066
}
10681067
Err(e) => match handle_clarity_runtime_error(e) {

0 commit comments

Comments
 (0)