Skip to content

Commit

Permalink
clean zombienet local command
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Oct 11, 2024
1 parent 2986891 commit 2752d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion chain-extensions/token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ where
let balance_encoded: Vec<u8> = if currency_id == T::GetNativeCurrencyId::get() {
<pallet_balances::Pallet<T> as fungible::Inspect<T::AccountId>>::reducible_balance(&account_id, Preservation::Preserve, Fortitude::Polite).encode()
} else {

<orml_tokens::Pallet<T> as fungibles::Inspect<T::AccountId>>::reducible_balance(currency_id, &account_id, Preservation::Preserve, Fortitude::Polite).encode()
};

Expand Down
2 changes: 1 addition & 1 deletion zombienet/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
timeout = 1000

[relaychain]
default_command = "/Users/gianni/root/Pendulum/polkadot-sdk/target/debug/polkadot"
default_command = "../pendulum/target/release/pendulum-node"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"

Expand Down

0 comments on commit 2752d4d

Please sign in to comment.