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
With the recent changes to the RC plugin (#3589) RC accounts are being created with 0 max RC and then being updated to full without a triggering op, resulting in the follow error message on the testnet:
2704460ms rc_plugin.cpp:720 regenerate ] NOTIFYALERT! Account gosainkund max RC changed from 0 to 110446212 without triggering an op, noticed on block 198978
The error message simply needs to check for this unique case an not emit an error message.
The text was updated successfully, but these errors were encountered:
With the recent changes to the RC plugin (#3589) RC accounts are being created with 0 max RC and then being updated to full without a triggering op, resulting in the follow error message on the testnet:
The error message simply needs to check for this unique case an not emit an error message.
The text was updated successfully, but these errors were encountered: