File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ pub enum MgmtMethod {
89
89
BitcoinSendTransaction ,
90
90
/// There is no corresponding agent function as only canisters can call it. Use [`BitcoinCanister`](super::BitcoinCanister) instead.
91
91
BitcoinGetCurrentFeePercentiles ,
92
+ /// There is no corresponding agent function as only canisters can call it. Use [`BitcoinCanister`](super::BitcoinCanister) instead.
93
+ BitcoinGetBlockHeaders ,
92
94
/// There is no corresponding agent function as only canisters can call it.
93
95
NodeMetricsHistory ,
94
96
}
Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ pub fn get_effective_canister_id(
323
323
| MgmtMethod :: BitcoinGetUtxos
324
324
| MgmtMethod :: BitcoinSendTransaction
325
325
| MgmtMethod :: BitcoinGetCurrentFeePercentiles
326
+ | MgmtMethod :: BitcoinGetBlockHeaders
326
327
| MgmtMethod :: EcdsaPublicKey
327
328
| MgmtMethod :: SignWithEcdsa
328
329
| MgmtMethod :: NodeMetricsHistory => {
You can’t perform that action at this time.
0 commit comments