Closed christianbundy closed 4 years ago
ssbRef.parseAddress() is printing deprecation traces whenever it's used, but it can be replaced with the simple parseKeyFromAddress() instead.
ssbRef.parseAddress()
parseKeyFromAddress()
Good catch!
Thanks!
Release 0.1.4
ssbRef.parseAddress()
is printing deprecation traces whenever it's used, but it can be replaced with the simpleparseKeyFromAddress()
instead.