Skip to content

Commit

Permalink
refactor(transaction): make the only query field in declare tx public
Browse files Browse the repository at this point in the history
  • Loading branch information
meship-starkware committed Jul 30, 2024
1 parent a65d3f9 commit d8c8b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockifier/src/transaction/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub struct DeclareTransaction {
}

impl DeclareTransaction {
fn create(
pub fn create(
declare_tx: starknet_api::transaction::DeclareTransaction,
tx_hash: TransactionHash,
class_info: ClassInfo,
Expand Down

0 comments on commit d8c8b8d

Please sign in to comment.