Skip to content

Commit

Permalink
fixup! Merge branch 'origin/yuji/ibc-multitoken' (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jul 19, 2023
1 parent 6a52f7d commit 23b4af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions shared/src/ledger/native_vp/multitoken.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ where
{
type Error = Error;

const ADDR: InternalAddress = InternalAddress::Multitoken;

fn validate_tx(
&self,
_tx: &Tx,
Expand Down
2 changes: 1 addition & 1 deletion wasm/wasm_source/src/vp_testnet_faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn validate_tx(
ctx.read_post(key)?.unwrap_or_default();
let change = post.change() - pre.change();
let maybe_denom =
storage_api::token::read_denom(&ctx.pre(), token, None)?;
storage_api::token::read_denom(&ctx.pre(), token)?;
if maybe_denom.is_none() {
debug_log!(
"A denomination for token address {} does not exist \
Expand Down

0 comments on commit 23b4af4

Please sign in to comment.