Doc update
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@
|
||||
%%% @end
|
||||
|
||||
-module(hz).
|
||||
-vsn("0.9.1").
|
||||
-vsn("0.9.2").
|
||||
-author("Craig Everett <ceverett@tsuriai.jp>").
|
||||
-copyright("Craig Everett <ceverett@tsuriai.jp>").
|
||||
-license("GPL-3.0-or-later").
|
||||
@@ -1647,7 +1647,7 @@ convert([], [], _, _, Errors) ->
|
||||
-spec sign_tx(Unsigned, SecKey) -> Result
|
||||
when Unsigned :: string(),
|
||||
SecKey :: binary(),
|
||||
Result :: {ok, SignedTX} | {error, Reason}
|
||||
Result :: {ok, SignedTX} | {error, Reason},
|
||||
SignedTX :: binary(),
|
||||
Reason :: chain_error().
|
||||
%% @doc
|
||||
|
||||
Reference in New Issue
Block a user