Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 11, 2024
1 parent 91f392a commit 0e5d12b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions objects/src/transaction/tx_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ impl TransactionArgs {
pub fn advice_map(&self) -> &AdviceMap {
&self.advice_map
}

/// Returns a mutable reference to the args [AdviceMap].
pub fn get_advice_map_mut(&mut self) -> &mut AdviceMap {
&mut self.advice_map
}
}

// TRANSACTION SCRIPT
Expand Down

0 comments on commit 0e5d12b

Please sign in to comment.