Skip to content

Commit

Permalink
[client] add comment for the extra parachain fee factor
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 17, 2025
1 parent d2eb7a5 commit a63ff53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/commands/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ async fn reasonable_native_balance(api: &Api) -> u128 {
.unwrap()
.base_fee;
let ed = api.get_existential_deposit().await.unwrap();
// on the parachain we need this factor of 100 for some reason.
ed + fee * PREFUNDING_NR_OF_TRANSFER_EXTRINSICS * 100
}

0 comments on commit a63ff53

Please sign in to comment.