Skip to content

Commit b33e3bd

Browse files
committed
update logs
1 parent 46cce87 commit b33e3bd

File tree

2 files changed

+855
-845
lines changed

2 files changed

+855
-845
lines changed

runtime/src/bank/pyth_accumulator.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,16 +416,15 @@ pub fn compute_publisher_stake_caps(
416416
messages : &mut Vec<Vec<u8>>,
417417
is_active : bool
418418
) {
419-
info!("We are computing publisher stake caps");
420-
419+
info!("Computing publisher stake caps");
421420
let account_datas : Vec<&[u8]> = accounts
422421
.iter()
423422
.map(|(_, account)| account.data().borrow())
424423
.collect();
425424
let message = pyth_oracle::validator::compute_publisher_stake_caps(account_datas, timestamp);
426425

427426
if is_active {
428-
info!("Send publisher stake caps");
427+
info!("Adding publisher stake caps to the accumulator");
429428
messages.push(message);
430429
}
431430
}

0 commit comments

Comments
 (0)