We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecc8a2 commit a394d0eCopy full SHA for a394d0e
1 file changed
packages/sdk/src/getTransferData/getSourceData.ts
@@ -88,12 +88,12 @@ export async function getSourceData({
88
config.destinationFee.asset,
89
)
90
? balance
91
- : await getFeeBalances({
92
- address: sourceAddress,
93
- balance,
94
- feeConfig: config.destinationFee,
95
- polkadot,
96
- });
+ : await getFeeBalances({
+ address: sourceAddress,
+ balance,
+ feeConfig: config.destinationFee,
+ polkadot,
+ });
97
98
const min = await getMin(config, polkadot);
99
0 commit comments