Skip to content

Commit

Permalink
Bot: Log more errors when collecting stake activation info
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-at-planetariummusic committed Jan 26, 2024
1 parent bf821a9 commit eb98f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/src/stake_pool_v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ fn create_validator_stake_accounts(
Err(err) => {
// Just ignore these errors
warn!(
"Unable to get activation information for stake account: {}: {}",
stake_address, err
"Unable to get activation information for stake account: {}; vote address: {:?}; validator identity: {:?} {}",
stake_address, vote_address, identity, err
);
}
}
Expand Down

0 comments on commit eb98f62

Please sign in to comment.