We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b884aa3 commit e85a0acCopy full SHA for e85a0ac
src/rpc/relay.rs
@@ -1433,6 +1433,8 @@ impl Relay {
1433
)
1434
.await?
1435
{
1436
+ // We take `amount_destination` here, because `sourced_funds` is the amount of
1437
+ // destination chain asset
1438
(new_chains.iter().map(|source| source.amount_destination).sum(), new_chains)
1439
} else {
1440
// We don't have enough funds across all chains, so we revert back to single chain
0 commit comments