Skip to content

Commit 4955945

Browse files
committed
ready
1 parent 8e220a7 commit 4955945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/bank/pyth_accumulator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ pub fn compute_publisher_stake_caps(
421421
.iter()
422422
.map(|(_, account)| account.data().borrow())
423423
.collect();
424-
let message = pyth_oracle::validator::compute_publisher_caps(account_datas, timestamp);
424+
let message = pyth_oracle::validator::compute_publisher_stake_caps(account_datas, timestamp);
425425

426426
if is_active {
427427
messages.push(message);

0 commit comments

Comments
 (0)