File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ pub fn compute_publisher_stake_caps(
424
424
let message = pyth_oracle:: validator:: compute_publisher_stake_caps ( account_datas, timestamp) ;
425
425
426
426
if is_active {
427
- info ! ( "Computing publisher caps" ) ;
427
+ info ! ( "Send publisher stake caps" ) ;
428
428
messages. push ( message) ;
429
429
}
430
430
}
Original file line number Diff line number Diff line change @@ -564,6 +564,10 @@ pub mod redo_move_accumulator_to_end_of_block {
564
564
solana_sdk:: declare_id!( "skyhwRBbP1LoHzWy1QrwLWy3vo2uHkzVV1zpN9UsGuw" ) ;
565
565
}
566
566
567
+ pub mod add_publisher_stake_caps_to_the_accumulator {
568
+ solana_sdk:: declare_id!( "J5u6Vrgj7de8zLcjQVhuRAPzEzfDamrxAQMz3q6HSmi1" ) ;
569
+ }
570
+
567
571
lazy_static ! {
568
572
/// Map of feature identifiers to user-visible description
569
573
pub static ref FEATURE_NAMES : HashMap <Pubkey , & ' static str > = [
@@ -699,6 +703,7 @@ lazy_static! {
699
703
( zero_wormhole_message_timestamps:: id( ) , "use zeroed timestamps in wormhole messages" ) ,
700
704
( undo_move_accumulator_to_end_of_block:: id( ) , "undo accumulator end of block change" ) ,
701
705
( redo_move_accumulator_to_end_of_block:: id( ) , "redo accumulator end of block change" ) ,
706
+ ( add_publisher_stake_caps_to_the_accumulator:: id( ) , "add publisher stake caps to the accumulator" )
702
707
/*************** ADD NEW FEATURES HERE ***************/
703
708
]
704
709
. iter( )
You can’t perform that action at this time.
0 commit comments