changed encoding of subnames to base64
This commit is contained in:
parent
91b83cfb89
commit
7994428e56
@ -196,7 +196,7 @@ type2enc(signature) -> ?BASE58;
|
||||
type2enc(commitment) -> ?BASE58;
|
||||
type2enc(peer_pubkey) -> ?BASE58;
|
||||
type2enc(name) -> ?BASE58;
|
||||
type2enc(subname) -> ?BASE58;
|
||||
type2enc(subname) -> ?BASE64;
|
||||
type2enc(state) -> ?BASE64;
|
||||
type2enc(poi) -> ?BASE64;
|
||||
type2enc(state_trees) -> ?BASE64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user