Skip to content

Commit 01b0264

Browse files
Fix key import from signer
1 parent 402ee30 commit 01b0264

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/__mvrk/import_key.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ for _, v in ipairs(_args) do
1414
end
1515
end
1616

17-
local _importArgs = { "-p", "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK", "--remote-signer", am.app.get_model("REMOTE_SIGNER_ADDR", "http://127.0.0.1:20090/"), "import", "secret", "key", _alias, "remote:" .. _args[1] }
17+
local _signerAddr = am.app.get_model("REMOTE_SIGNER_ADDR", "http://127.0.0.1:20090/")
18+
local _importArgs = { "-p", "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK", "import", "secret", "key", _alias, _signerAddr .. _args[1] }
1819
if _force then
1920
table.insert(_importArgs, "--force")
2021
end

0 commit comments

Comments
 (0)