output in base32z

pull/356/head
Ryan Tharp 6 years ago
parent 6b763807e6
commit 4b5e96c414

@ -17,7 +17,7 @@ namespace llarp
PubKey::ToString() const PubKey::ToString() const
{ {
char buf[(PUBKEYSIZE + 1) * 2] = {0}; char buf[(PUBKEYSIZE + 1) * 2] = {0};
return HexEncode(*this, buf); return Base32Encode(*this, buf);
} }
bool bool

Loading…
Cancel
Save