Skip to content

Commit

Permalink
Merge pull request #8 from YusongWang/v0.2.2
Browse files Browse the repository at this point in the history
上传默认p12证书
  • Loading branch information
YouNeedWork authored Feb 8, 2022
2 parents 9935d1c + d7b566a commit e7e27b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Coffee: Eth+BSC+HECO+Matic: 0x3602b50d3086edefcd9318bcceb6389004fb14ee
<a href="https://jq.qq.com/?_wv=1027&k=AWfknDiw">QQ 群</a>
</p>

![Screenshot](https://raw.githubusercontent.com/YusongWang/mining_proxy/9ec34e9d780866ab8792df09a9d6ec0b0f01b013/images/web1.jpg)
![Screenshot](https://raw.githubusercontent.com/YusongWang/mining_proxy/main/images/web1.jpg)

## :sparkles: 特性

Expand Down
12 changes: 3 additions & 9 deletions src/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,19 +347,13 @@ pub fn get_agent_fee(share_fee: f64) -> f64 {

//TODO 整理代码 删除无用代码。 目前折中防止报错
#[inline(always)]
pub fn get_eth_wallet() -> String {
return "".into();
}
pub fn get_eth_wallet() -> String { return "".into(); }

#[inline(always)]
pub fn get_etc_wallet() -> String {
return "".into();
}
pub fn get_etc_wallet() -> String { return "".into(); }

#[inline(always)]
pub fn get_cfx_wallet() -> String {
return "".into();
}
pub fn get_cfx_wallet() -> String { return "".into(); }

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

0 comments on commit e7e27b0

Please sign in to comment.