Keep sign last
This commit is contained in:
parent
83d06977f9
commit
cf91a27fb2
@ -272,7 +272,7 @@ ast_body(?qid_app(["AENS", "preclaim"], Args, _, _), Icode) ->
|
|||||||
ast_body(?qid_app(["AENS", "claim"], Args, _, _), Icode) ->
|
ast_body(?qid_app(["AENS", "claim"], Args, _, _), Icode) ->
|
||||||
{Sign, [Addr, Name, Salt, NameFee]} = get_signature_arg(Args),
|
{Sign, [Addr, Name, Salt, NameFee]} = get_signature_arg(Args),
|
||||||
prim_call(?PRIM_CALL_AENS_CLAIM, #integer{value = 0},
|
prim_call(?PRIM_CALL_AENS_CLAIM, #integer{value = 0},
|
||||||
[ast_body(Addr, Icode), ast_body(Name, Icode), ast_body(Salt, Icode), ast_body(Sign, Icode), ast_body(NameFee, Icode)],
|
[ast_body(Addr, Icode), ast_body(Name, Icode), ast_body(Salt, Icode), ast_body(NameFee, Icode), ast_body(Sign, Icode)],
|
||||||
[word, string, word, sign_t(), word], {tuple, []});
|
[word, string, word, sign_t(), word], {tuple, []});
|
||||||
|
|
||||||
ast_body(?qid_app(["AENS", "transfer"], Args, _, _), Icode) ->
|
ast_body(?qid_app(["AENS", "transfer"], Args, _, _), Icode) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user