Fix contract call "Amount" type
This commit is contained in:
@@ -771,7 +771,7 @@ contract_call(CallerID, Nonce, ACI, ConID, Fun, Args) ->
|
|||||||
Gas :: pos_integer(),
|
Gas :: pos_integer(),
|
||||||
GasPrice :: pos_integer(),
|
GasPrice :: pos_integer(),
|
||||||
Fee :: non_neg_integer(),
|
Fee :: non_neg_integer(),
|
||||||
Amount :: pos_integer(),
|
Amount :: non_neg_integer(),
|
||||||
AACI :: map(),
|
AACI :: map(),
|
||||||
ConID :: binary(),
|
ConID :: binary(),
|
||||||
Fun :: string(),
|
Fun :: string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user