We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29afd79 commit 37e29dfCopy full SHA for 37e29df
2 files changed
src/backend_task/tokens/claim_tokens.rs
@@ -68,8 +68,6 @@ impl AppContext {
68
// No more rewards available, exit the loop
69
break;
70
}
71
- // ConsensusError::StateError(StateError::InvalidTokenClaimNoCurrentRewards(as_refected)))) if as_expected,
72
-
73
// any other result we propagate
74
Ok(x) => return Ok(x),
75
Err(e) => {
src/ui/tokens/claim_tokens_screen.rs
@@ -260,7 +260,6 @@ impl ScreenLike for ClaimTokensScreen {
260
);
261
self.status = ClaimTokensStatus::Complete;
262
} else {
263
- // self.display_message("No tokens available to claim.", MessageType::Error);
264
self.status =
265
ClaimTokensStatus::ErrorMessage("No tokens available to claim.".to_string());
266
0 commit comments