mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-29 22:51:03 +00:00
Fixes
This commit is contained in:
@@ -292,6 +292,9 @@ impl<
|
|||||||
let ok = FungiblesMutateAdapter::deposit_asset(
|
let ok = FungiblesMutateAdapter::deposit_asset(
|
||||||
&revenue,
|
&revenue,
|
||||||
&(X1(AccountId32 { network: None, id: receiver.into() }).into()),
|
&(X1(AccountId32 { network: None, id: receiver.into() }).into()),
|
||||||
|
// We aren't able to track the XCM that initiated the fee deposit, so we create a
|
||||||
|
// fake message hash here
|
||||||
|
&XcmContext::with_message_hash([0; 32]),
|
||||||
)
|
)
|
||||||
.is_ok();
|
.is_ok();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user