Compare commits
2 Commits
cfafa27c2f
...
call500
| Author | SHA1 | Date | |
|---|---|---|---|
| c6486408cb | |||
| 903a32931d |
+6
-1
@@ -216,7 +216,12 @@ return_sizer(Parent, J, FunIlk, ReturnType) ->
|
|||||||
|
|
||||||
|
|
||||||
call_param_sizer(Frame, J) ->
|
call_param_sizer(Frame, J) ->
|
||||||
{ok, Height} = hz:top_height(),
|
case hz:top_height() of
|
||||||
|
{ok, Height} -> call_param_sizer(Frame, J, Height);
|
||||||
|
Error -> handle_troubling(State, Error)
|
||||||
|
end.
|
||||||
|
|
||||||
|
call_param_sizer(Frame, J, Height) ->
|
||||||
DefTTL = Height + 10000,
|
DefTTL = Height + 10000,
|
||||||
DefGasP = hz:min_gas_price(),
|
DefGasP = hz:min_gas_price(),
|
||||||
DefGas = 5000000,
|
DefGas = 5000000,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{author,"Craig Everett"}.
|
{author,"Craig Everett"}.
|
||||||
{desc,"A desktop client for the Gajumaru network of blockchain networks"}.
|
{desc,"A desktop client for the Gajumaru network of blockchain networks"}.
|
||||||
{package_id,{"otpr","gajudesk",{0,9,0}}}.
|
{package_id,{"otpr","gajudesk",{0,9,0}}}.
|
||||||
{deps,[{"otpr","hakuzaru",{0,9,0}},
|
{deps,[{"otpr","hakuzaru",{0,9,1}},
|
||||||
{"otpr","zxwidgets",{1,1,0}},
|
{"otpr","zxwidgets",{1,1,0}},
|
||||||
{"otpr","eblake2",{1,0,1}},
|
{"otpr","eblake2",{1,0,1}},
|
||||||
{"otpr","base58",{0,1,1}},
|
{"otpr","base58",{0,1,1}},
|
||||||
|
|||||||
Reference in New Issue
Block a user