Skip to content

Commit e7e27b0

Browse files
authored
Merge pull request #8 from YusongWang/v0.2.2
上传默认p12证书
2 parents 9935d1c + d7b566a commit e7e27b0

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+1-1
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

+3-9
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)