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
Over time as new coins are minted, the wallet accumulates a lot of small amounts which also mint, and eventually the wallet is constantly trying to mint very small amounts.
People manually collect these small amounts into a single transaction, which makes the minting go more smoothly.
However, it seems like there is no reason why we cannot just add these to the coin that minted them. This would prevent these small coins from accumulating.
The text was updated successfully, but these errors were encountered:
StakeSplitThreshold. Allow users to set a coin-value threshold for splitting an input upon minting. This will reduce the need to manually recombine resulting low-value inputs from the splitting that occurs when an input mints.
Over time as new coins are minted, the wallet accumulates a lot of small amounts which also mint, and eventually the wallet is constantly trying to mint very small amounts.
People manually collect these small amounts into a single transaction, which makes the minting go more smoothly.
However, it seems like there is no reason why we cannot just add these to the coin that minted them. This would prevent these small coins from accumulating.
The text was updated successfully, but these errors were encountered: