Skip to content

Commit

Permalink
Misc adjustments to v36
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 22, 2024
1 parent b87cf58 commit 14cddbe
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 184 deletions.
2 changes: 1 addition & 1 deletion crates/namada/src/ledger/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pub enum DispatchArgs<'a, CA: 'static + WasmCacheAccess + Sync> {
/// environment, in which case validity predicates will be bypassed.
pub fn dispatch_tx<'a, D, H, CA>(
tx: &Tx,
dispatch_args: DispatchArgs<CA>,
dispatch_args: DispatchArgs<'a, CA>,
tx_gas_meter: &'a RefCell<TxGasMeter>,
state: &'a mut WlState<D, H>,
) -> std::result::Result<TxResult<Error>, DispatchError>
Expand Down
Loading

0 comments on commit 14cddbe

Please sign in to comment.