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