File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
stacks-node/src/burnchains Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2804,17 +2804,6 @@ impl BitcoinRPCRequest {
2804
2804
BitcoinRPCRequest :: send ( config, payload)
2805
2805
}
2806
2806
2807
- pub fn get_chain_tips ( config : & Config ) -> RPCResult < serde_json:: Value > {
2808
- let payload = BitcoinRPCRequest {
2809
- method : "getchaintips" . to_string ( ) ,
2810
- params : vec ! [ ] ,
2811
- id : "stacks" . to_string ( ) ,
2812
- jsonrpc : "2.0" . to_string ( ) ,
2813
- } ;
2814
-
2815
- BitcoinRPCRequest :: send ( config, payload)
2816
- }
2817
-
2818
2807
pub fn send ( config : & Config , payload : BitcoinRPCRequest ) -> RPCResult < serde_json:: Value > {
2819
2808
let request = BitcoinRPCRequest :: build_rpc_request ( config, & payload) ;
2820
2809
let timeout = Duration :: from_secs ( u64:: from ( config. burnchain . timeout ) ) ;
You can’t perform that action at this time.
0 commit comments