Address review comment
This commit is contained in:
parent
301e6ff501
commit
70e0e465f2
@ -242,8 +242,8 @@ lit_to_fate(L) ->
|
|||||||
{account_pubkey, K} -> aeb_fate_data:make_address(K);
|
{account_pubkey, K} -> aeb_fate_data:make_address(K);
|
||||||
{contract_pubkey, K} -> aeb_fate_data:make_contract(K);
|
{contract_pubkey, K} -> aeb_fate_data:make_contract(K);
|
||||||
{oracle_pubkey, K} -> aeb_fate_data:make_oracle(K);
|
{oracle_pubkey, K} -> aeb_fate_data:make_oracle(K);
|
||||||
{typerep, T} -> aeb_fate_data:make_typerep(type_to_scode(T));
|
{oracle_query_id, H} -> aeb_fate_data:make_oracle_query(H);
|
||||||
{oracle_query_id, H} -> aeb_fate_data:make_oracle_query(H)
|
{typerep, T} -> aeb_fate_data:make_typerep(type_to_scode(T))
|
||||||
end.
|
end.
|
||||||
|
|
||||||
term_to_fate({lit, L}) ->
|
term_to_fate({lit, L}) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user