This commit is contained in:
Keith Yeung
2022-08-14 10:11:01 +08:00
parent 0e6fd2dcc7
commit 620c42cd0c
+1 -1
View File
@@ -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();