mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Fixes
This commit is contained in:
@@ -291,7 +291,7 @@ impl<
|
||||
if let Some(receiver) = ReceiverAccount::get() {
|
||||
let ok = FungiblesMutateAdapter::deposit_asset(
|
||||
&revenue,
|
||||
&(X1(AccountId32 { network: Any, id: receiver.into() }).into()),
|
||||
&(X1(AccountId32 { network: None, id: receiver.into() }).into()),
|
||||
)
|
||||
.is_ok();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user