-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nns): Fix for a particular locked neuron (#3311)
A neuron was locked, which logged `Inflight commands: { 17912780790050115461: NeuronInFlightCommand { timestamp: 1728911670, command: Some( Spawn( NeuronId { id: 17912780790050115461, }, ), ), }, }` We identified the account as: https://dashboard.internetcomputer.org/account/9765cc69bd6580023bee8fa8280fb630977b9f850da49d73cddcb99512272abb And the neuron can be seen here: https://dashboard.internetcomputer.org/neuron/17912780790050115461 As can be seen, no ICP was minted, but the neuron's cached stake was set and maturity was cleared. The fix is to mint the ICP and unlock the neuron. Fix to prevent this from happening in the future is here: #3226
- Loading branch information
1 parent
75db1b8
commit d722dd8
Showing
3 changed files
with
147 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters