Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove delegation and implicit accounts amounts from available balance #2181

Conversation

Thoralf-M
Copy link
Member

Description of change

Remove delegation and implicit accounts amounts from available balance

Links to any relevant issues

Fixes #2170

Type of change

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

With the cli wallet, balance before output with implicit account creation address:

    base_coin: BaseCoinBalance {
        total: 2000000000,
        available: 1999968300,

After an output with implicit account creation address got added

    base_coin: BaseCoinBalance {
        total: 3000000000,
        available: 1999968300,

@Thoralf-M Thoralf-M marked this pull request as ready for review March 14, 2024 09:57
DaughterOfMars
DaughterOfMars previously approved these changes Mar 14, 2024
@Thoralf-M Thoralf-M linked an issue Mar 19, 2024 that may be closed by this pull request
@thibault-martinez thibault-martinez merged commit b4fca53 into iotaledger:2.0 Mar 20, 2024
37 checks passed
@Thoralf-M Thoralf-M deleted the balance-delegation-implicit-accounts branch March 20, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update available balance for base coin
3 participants