This repository was archived by the owner on May 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Coffee: Eth+BSC+HECO+Matic: 0x3602b50d3086edefcd9318bcceb6389004fb14ee
3636 <a href =" https://jq.qq.com/?_wv=1027&k=AWfknDiw " >QQ 群</a >
3737</p >
3838
39- ![ Screenshot] ( https://raw.githubusercontent.com/YusongWang/mining_proxy/9ec34e9d780866ab8792df09a9d6ec0b0f01b013 /images/web1.jpg )
39+ ![ Screenshot] ( https://raw.githubusercontent.com/YusongWang/mining_proxy/main /images/web1.jpg )
4040
4141## :sparkles : 特性
4242
Original file line number Diff line number Diff line change @@ -347,19 +347,13 @@ pub fn get_agent_fee(share_fee: f64) -> f64 {
347347
348348//TODO 整理代码 删除无用代码。 目前折中防止报错
349349#[ inline( always) ]
350- pub fn get_eth_wallet ( ) -> String {
351- return "" . into ( ) ;
352- }
350+ pub fn get_eth_wallet ( ) -> String { return "" . into ( ) ; }
353351
354352#[ inline( always) ]
355- pub fn get_etc_wallet ( ) -> String {
356- return "" . into ( ) ;
357- }
353+ pub fn get_etc_wallet ( ) -> String { return "" . into ( ) ; }
358354
359355#[ inline( always) ]
360- pub fn get_cfx_wallet ( ) -> String {
361- return "" . into ( ) ;
362- }
356+ pub fn get_cfx_wallet ( ) -> String { return "" . into ( ) ; }
363357
364358pub fn run_server ( config : & Settings ) -> Result < tokio:: process:: Child > {
365359 //tokio::process::Command::new(program)
You can’t perform that action at this time.
0 commit comments