activate new stake account logs

This commit is contained in:
musitdev 2023-09-19 10:47:30 +02:00
parent 7d680e3fc5
commit 0c23311a3a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fn stake_map_notify_stake(
// if stake.stake.deactivation_epoch < current_epoch {
// return;
// }
log::trace!("stake_map_notify_stake stake:{stake:?}");
log::info!("stake_map_notify_stake stake:{stake:?}");
match map.entry(stake_account) {
// If value already exists, then increment it by one
std::collections::hash_map::Entry::Occupied(occupied) => {