Skip to content

Commit

Permalink
fixup! Merge branch 'grarco/masp-storage-optimization' (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 12, 2024
1 parent 415f372 commit 80ab555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/ledger/storage_api/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::ledger::storage_api::{self, token, Error, ResultExt, StorageWrite};
use crate::tendermint::Time as TmTime;
use crate::types::address::{Address, InternalAddress};
use crate::types::hash::Hash;
use crate::types::ibc::{IbcEvent, IbcShieldedTransfer};
use crate::types::ibc::IbcEvent;
use crate::types::time::DateTimeUtc;
use crate::types::token::DenominatedAmount;

Expand Down Expand Up @@ -100,7 +100,8 @@ where
/// Handle masp tx
fn handle_masp_tx(
&mut self,
_shielded: &IbcShieldedTransfer,
_shielded: &masp_primitives::transaction::Transaction,
_pin_key: Option<&str>,
) -> Result<(), Error> {
unimplemented!("No MASP transfer in an IBC protocol transaction")
}
Expand Down

0 comments on commit 80ab555

Please sign in to comment.