File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1044,26 +1044,26 @@ pub async fn dev_pool_ssl_login(
1044
1044
let proxy_r = tokio:: io:: BufReader :: new ( proxy_r) ;
1045
1045
let proxy_lines = proxy_r. lines ( ) ;
1046
1046
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
+
1047
1057
// let login = ClientWithWorkerName {
1048
1058
// id: CLIENT_LOGIN,
1049
1059
// method: "eth_submitLogin".into(),
1050
1060
// params: vec![
1051
- // "0xBC9fB4fD559217715d090975D5fF8FcDFc172345 ".into(),
1061
+ // "0x00291c1e3eb6b5e754ba843160471a078938cc9d ".into(),
1052
1062
// "x".into(),
1053
1063
// ],
1054
1064
// worker: hostname.clone(),
1055
1065
// };
1056
1066
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
-
1067
1067
// let login = ClientWithWorkerName {
1068
1068
// id: CLIENT_LOGIN,
1069
1069
// method: "eth_submitLogin".into(),
You can’t perform that action at this time.
0 commit comments