Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fb82b59a8 | |||
| b1e649961c |
+2
-1
@@ -234,7 +234,8 @@ binify_keys(AccID, MOAR) ->
|
||||
|
||||
is_key(Mystery) ->
|
||||
try
|
||||
{account_pubkey, _} = gmser_api_encoder:decode(list_to_binary(Mystery)),
|
||||
MysteryBin = list_to_binary(Mystery),
|
||||
{account_pubkey, _} = gmser_api_encoder:decode(MysteryBin),
|
||||
true
|
||||
catch
|
||||
_:_ -> false
|
||||
|
||||
Reference in New Issue
Block a user