WIP
This commit is contained in:
+5
-4
@@ -3,7 +3,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(gd_con).
|
||||
-vsn("0.9.0").
|
||||
-vsn("0.10.0").
|
||||
-author("Craig Everett <craigeverett@qpq.swiss>").
|
||||
-copyright("QPQ AG <info@qpq.swiss>").
|
||||
-license("GPL-3.0-or-later").
|
||||
@@ -662,8 +662,9 @@ task_data(gd_v_wallman, #s{wallets = Wallets}) ->
|
||||
Wallets;
|
||||
task_data(gd_v_doomweaver, #s{}) ->
|
||||
[];
|
||||
task_data(gd_v_express, #s{}) ->
|
||||
[].
|
||||
task_data(gd_v_express, State) ->
|
||||
{ok, Selected, Keys} = do_list_keys(State),
|
||||
{Selected, Keys}.
|
||||
|
||||
|
||||
|
||||
@@ -1336,7 +1337,7 @@ handle_tic(State = #s{wallet = This = #wallet{poas = POAs, endpoint = Node},
|
||||
selected = Selected})
|
||||
when Selected > 0 ->
|
||||
% TODO: The closure below is kind of silly. The internal hz:acc/1 account will
|
||||
% Expand to become hz:acc/2, accepting a chain ID later.
|
||||
% expand to become hz:acc/2, accepting a chain ID later.
|
||||
NewState =
|
||||
case ensure_hz_set(Node) of
|
||||
{ok, ChainID} ->
|
||||
|
||||
Reference in New Issue
Block a user