Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit d7b566a

Browse files
committed
上传默认p12证书
1 parent ab8c0d0 commit d7b566a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/util/mod.rs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff 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

364358
pub fn run_server(config: &Settings) -> Result<tokio::process::Child> {
365359
//tokio::process::Command::new(program)

0 commit comments

Comments
 (0)