Compare commits

..

No commits in common. "3fb82b59a87cd715ec21fb3a9516d3041533f1a8" and "eb6a94a169548556490a90cf304a0315d767c788" have entirely different histories.

View File

@ -234,8 +234,7 @@ binify_keys(AccID, MOAR) ->
is_key(Mystery) -> is_key(Mystery) ->
try try
MysteryBin = list_to_binary(Mystery), {account_pubkey, _} = gmser_api_encoder:decode(list_to_binary(Mystery)),
{account_pubkey, _} = gmser_api_encoder:decode(MysteryBin),
true true
catch catch
_:_ -> false _:_ -> false