Skip to content

Commit

Permalink
Remove obsolete temp init comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Dec 31, 2023
1 parent 7f24784 commit 18ebc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/core/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl Transaction {
subnetwork_id,
gas,
payload,
id: Default::default(), // Temp init before the finalize below
id: Default::default(),
}
}
}
Expand Down

0 comments on commit 18ebc5b

Please sign in to comment.