Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bsa_miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nazarf
bsa_miner
Commits
10e56e77
Commit
10e56e77
authored
Mar 16, 2023
by
nazarf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pass name on controller
parent
a5189d4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
front_controller.rb
app/controllers/front_controller.rb
+2
-2
No files found.
app/controllers/front_controller.rb
View file @
10e56e77
...
@@ -26,12 +26,12 @@ class FrontController < ApplicationController
...
@@ -26,12 +26,12 @@ class FrontController < ApplicationController
ip_address:
miner
.
ip_address
,
ip_address:
miner
.
ip_address
,
port:
miner
.
port
,
port:
miner
.
port
,
wallet_address:
miner
.
wallet_address
,
wallet_address:
miner
.
wallet_address
,
password:
miner
.
pass
word
,
password:
miner
.
pass
,
algorithm:
miner
.
algorithm
,
algorithm:
miner
.
algorithm
,
ip_address_2:
miner
.
ip_address_2
,
ip_address_2:
miner
.
ip_address_2
,
port_2:
miner
.
port_2
,
port_2:
miner
.
port_2
,
wallet_address_2:
miner
.
wallet_address_2
,
wallet_address_2:
miner
.
wallet_address_2
,
password_2:
miner
.
pass
word
_2
,
password_2:
miner
.
pass_2
,
algorithm_2:
miner
.
algorithm_2
algorithm_2:
miner
.
algorithm_2
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment