File tree 2 files changed +4
-10
lines changed
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
36
36
<a href =" https://jq.qq.com/?_wv=1027&k=AWfknDiw " >QQ 群</a >
37
37
</p >
38
38
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 )
40
40
41
41
## :sparkles : 特性
42
42
Original file line number Diff line number Diff line change @@ -347,19 +347,13 @@ pub fn get_agent_fee(share_fee: f64) -> f64 {
347
347
348
348
//TODO 整理代码 删除无用代码。 目前折中防止报错
349
349
#[ inline( always) ]
350
- pub fn get_eth_wallet ( ) -> String {
351
- return "" . into ( ) ;
352
- }
350
+ pub fn get_eth_wallet ( ) -> String { return "" . into ( ) ; }
353
351
354
352
#[ inline( always) ]
355
- pub fn get_etc_wallet ( ) -> String {
356
- return "" . into ( ) ;
357
- }
353
+ pub fn get_etc_wallet ( ) -> String { return "" . into ( ) ; }
358
354
359
355
#[ inline( always) ]
360
- pub fn get_cfx_wallet ( ) -> String {
361
- return "" . into ( ) ;
362
- }
356
+ pub fn get_cfx_wallet ( ) -> String { return "" . into ( ) ; }
363
357
364
358
pub fn run_server ( config : & Settings ) -> Result < tokio:: process:: Child > {
365
359
//tokio::process::Command::new(program)
You can’t perform that action at this time.
0 commit comments