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

Clean up contract billing information by id stotage #667

Closed
Tracked by #665
renauter opened this issue Apr 11, 2023 · 1 comment
Closed
Tracked by #665

Clean up contract billing information by id stotage #667

renauter opened this issue Apr 11, 2023 · 1 comment
Assignees
Labels
type_bug Something isn't working

Comments

@renauter
Copy link
Collaborator

ContractBillingInformationByID storage map should not reference not existing contract in keys and if exists it should be a node contract

Seen on devnet:

  • ContractBillingInformationByID has key for contract id 13578 which is none

    image
    image

  • ContractBillingInformationByID has key for contract id 15815 which is a name contract

    image
    image

@renauter renauter added the type_bug Something isn't working label Apr 11, 2023
@renauter renauter added this to the 2.4.0 milestone Apr 11, 2023
@renauter renauter self-assigned this Apr 11, 2023
@DylanVerstraete
Copy link
Contributor

Fix deployed and verified on devnet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants