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
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.MethodNotAllowed,"Method not allowed","Method not available for Proof of Stake");
190
+
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.MethodNotAllowed,"Method not allowed","Method only available for Proof of Stake");
166
191
167
192
if(!this.minerSettings.EnforceStakingFlag)
168
193
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.Forbidden,"Operation not allowed","This operation is only allowed if EnforceStakingFlag is true");
@@ -196,7 +221,7 @@ public IActionResult GetStakingNotExpired([FromBody] StakingNotExpiredRequest re
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.MethodNotAllowed,"Method not allowed","Method not available for Proof of Stake");
224
+
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.MethodNotAllowed,"Method not allowed","Method only available for Proof of Stake");
200
225
201
226
if(!this.minerSettings.EnforceStakingFlag)
202
227
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.Forbidden,"Operation not allowed","This operation is only allowed if EnforceStakingFlag is true");
0 commit comments