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
This results in a 400 Bad Request which contains an error describing a NullReferenceException
{
"errors": [
{
"status": 400,
"message": "Object reference not set to an instance of an object.",
"description": "System.NullReferenceException: Object reference not set to an instance of an object.\n at Stratis.Bitcoin.Features.PoA.Voting.FederationController.GetMembers() in /Users/drmathias/projects/Stratis/StratisFullNode/src/Stratis.Bitcoin.Features.PoA/Voting/FederationController.cs:line 170"
}
]
}
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
This results in a 400 Bad Request which contains an error describing a NullReferenceException
The text was updated successfully, but these errors were encountered: