changed encoding of subnames to base64

This commit is contained in:
skkw 2019-08-08 13:02:38 +02:00
parent 91b83cfb89
commit 7994428e56

View File

@ -196,7 +196,7 @@ type2enc(signature) -> ?BASE58;
type2enc(commitment) -> ?BASE58; type2enc(commitment) -> ?BASE58;
type2enc(peer_pubkey) -> ?BASE58; type2enc(peer_pubkey) -> ?BASE58;
type2enc(name) -> ?BASE58; type2enc(name) -> ?BASE58;
type2enc(subname) -> ?BASE58; type2enc(subname) -> ?BASE64;
type2enc(state) -> ?BASE64; type2enc(state) -> ?BASE64;
type2enc(poi) -> ?BASE64; type2enc(poi) -> ?BASE64;
type2enc(state_trees) -> ?BASE64; type2enc(state_trees) -> ?BASE64;