File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ where
152
152
}
153
153
154
154
/// On poll lookup all Pyth Mapping/Product/Price accounts and sync.
155
- #[ instrument( skip( config, state) ) ]
155
+ #[ instrument( skip( config, publish_keypair , state) ) ]
156
156
async fn poller < S > (
157
157
config : Config ,
158
158
network : Network ,
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ where
300
300
Ok ( ( ) )
301
301
}
302
302
303
- #[ instrument( skip( self , publisher_permissions) ) ]
303
+ #[ instrument( skip( self , publish_keypair , publisher_permissions) ) ]
304
304
async fn update_permissions (
305
305
& self ,
306
306
network : Network ,
@@ -323,7 +323,7 @@ where
323
323
}
324
324
}
325
325
326
- #[ instrument( skip( state) ) ]
326
+ #[ instrument( skip( state, publish_keypair ) ) ]
327
327
pub async fn get_publish_keypair < S > (
328
328
state : & S ,
329
329
network : Network ,
Original file line number Diff line number Diff line change 53
53
) ?)
54
54
}
55
55
56
- #[ instrument( skip( self ) ) ]
56
+ #[ instrument( skip( self , new_keypair ) ) ]
57
57
async fn update_keypair ( & self , network : Network , new_keypair : Keypair ) {
58
58
* match network {
59
59
Network :: Primary => self . into ( ) . primary_current_keypair . write ( ) . await ,
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ where
262
262
}
263
263
264
264
/// Poll target Solana based chain for Pyth related accounts.
265
- #[ instrument( skip( self , rpc_client) ) ]
265
+ #[ instrument( skip( self , publish_keypair , rpc_client) ) ]
266
266
async fn poll_updates (
267
267
& self ,
268
268
network : Network ,
You can’t perform that action at this time.
0 commit comments