You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Currently, minFee part of the chain connector plugin has a default value of 10LSK which is a huge amount for transaction.
There are couple of improvments:
Lower the default value to a lower safe value 500000 beddows
Use receivingChainAPIClient.transaction.computeMinFee function to compute minFee on the fly and submit CCU transaction
Which version(s) does this affect? (Environment, OS, etc...)
6.0.0
The text was updated successfully, but these errors were encountered:
ishantiw
changed the title
Update ccuFee property of chain connector plugin to use a safe value by default
Compute ccuFee property of chain connector plugin and use a safe value by default
Nov 24, 2023
Description
Currently,
minFee
part of the chain connector plugin has a default value of 10LSK which is a huge amount for transaction.There are couple of improvments:
500000
beddowsreceivingChainAPIClient.transaction.computeMinFee
function to compute minFee on the fly and submit CCU transactionWhich version(s) does this affect? (Environment, OS, etc...)
6.0.0
The text was updated successfully, but these errors were encountered: