WIP
This commit is contained in:
@@ -142,10 +142,6 @@ base58() ->
|
||||
EHash =:= JHash andalso EBinHash =:= JBinHash.
|
||||
|
||||
|
||||
%% @doc
|
||||
%% Tests Base58Check encoding/decoding parity.
|
||||
%% @end
|
||||
-spec base58_check() -> boolean().
|
||||
base58_check() ->
|
||||
Temp = temp_dir(),
|
||||
TestFile = filename:join(Temp, "base58_check.test"),
|
||||
@@ -205,10 +201,6 @@ rlp() ->
|
||||
end.
|
||||
|
||||
|
||||
%% @doc
|
||||
%% Tests RLP stream decoding by placing multiple objects in one buffer.
|
||||
%% @end
|
||||
-spec rlp_stream() -> boolean().
|
||||
rlp_stream() ->
|
||||
Temp = temp_dir(),
|
||||
TestFile = filename:join(Temp, "rlp_stream.test"),
|
||||
|
||||
Reference in New Issue
Block a user