Commit 10e56e77 authored by nazarf's avatar nazarf

fix pass name on controller

parent a5189d4c
......@@ -26,12 +26,12 @@ class FrontController < ApplicationController
ip_address: miner.ip_address,
port: miner.port,
wallet_address: miner.wallet_address,
password: miner.password,
password: miner.pass,
algorithm: miner.algorithm,
ip_address_2: miner.ip_address_2,
port_2: miner.port_2,
wallet_address_2: miner.wallet_address_2,
password_2: miner.password_2,
password_2: miner.pass_2,
algorithm_2: miner.algorithm_2
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment