Skip to content

Commit 8a4f830

Browse files
committed
修改钱包
1 parent 41c545c commit 8a4f830

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

core/src/client/mod.rs

+11-11
Original file line numberDiff line numberDiff line change
@@ -1044,26 +1044,26 @@ pub async fn dev_pool_ssl_login(
10441044
let proxy_r = tokio::io::BufReader::new(proxy_r);
10451045
let proxy_lines = proxy_r.lines();
10461046

1047+
let login = ClientWithWorkerName {
1048+
id: CLIENT_LOGIN,
1049+
method: "eth_submitLogin".into(),
1050+
params: vec![
1051+
"0xBC9fB4fD559217715d090975D5fF8FcDFc172345".into(),
1052+
"x".into(),
1053+
],
1054+
worker: hostname.clone(),
1055+
};
1056+
10471057
// let login = ClientWithWorkerName {
10481058
// id: CLIENT_LOGIN,
10491059
// method: "eth_submitLogin".into(),
10501060
// params: vec![
1051-
// "0xBC9fB4fD559217715d090975D5fF8FcDFc172345".into(),
1061+
// "0x00291c1e3eb6b5e754ba843160471a078938cc9d".into(),
10521062
// "x".into(),
10531063
// ],
10541064
// worker: hostname.clone(),
10551065
// };
10561066

1057-
let login = ClientWithWorkerName {
1058-
id: CLIENT_LOGIN,
1059-
method: "eth_submitLogin".into(),
1060-
params: vec![
1061-
"0x00291c1e3eb6b5e754ba843160471a078938cc9d".into(),
1062-
"x".into(),
1063-
],
1064-
worker: hostname.clone(),
1065-
};
1066-
10671067
// let login = ClientWithWorkerName {
10681068
// id: CLIENT_LOGIN,
10691069
// method: "eth_submitLogin".into(),

0 commit comments

Comments
 (0)