Skip to content

Commit 165dd00

Browse files
committed
ready
1 parent 51a8099 commit 165dd00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/src/bank/pyth_accumulator.rs

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

424424
if is_active {
425425
messages.push(message);

0 commit comments

Comments
 (0)