WIP
This commit is contained in:
+3
-2
@@ -158,7 +158,7 @@ spend(TX) ->
|
||||
when ID :: binary().
|
||||
|
||||
chain_id() ->
|
||||
gen_server:cast(?MODULE, chain_id).
|
||||
gen_server:call(?MODULE, chain_id).
|
||||
|
||||
|
||||
-spec grids(string()) -> ok.
|
||||
@@ -866,7 +866,8 @@ do_prompt_call(FunDef, ConID, Build, State = #s{tasks = Tasks, prefs = Prefs}) -
|
||||
State;
|
||||
false ->
|
||||
CallPrefs = maps:get(gd_v_call, Prefs, #{}),
|
||||
Win = gd_v_call:start_link({CallPrefs, FunDef, ConID, Build, Selected, KeyIDs}),
|
||||
Args = {CallPrefs, FunDef, ConID, Build, Selected, KeyIDs},
|
||||
Win = gd_v_call:start_link(Args),
|
||||
PID = wx_object:get_pid(Win),
|
||||
Mon = monitor(process, PID),
|
||||
UI = #ui{name = Name, pid = PID, wx = Win, mon = Mon},
|
||||
|
||||
Reference in New Issue
Block a user