some fixes
This commit is contained in:
@@ -216,7 +216,7 @@ class Store {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get address() {
|
get address() {
|
||||||
return cryptography.bufferToHex(this.addressAndPubKey.address)
|
return this.addressAndPubKey.address.toString('hex')
|
||||||
}
|
}
|
||||||
|
|
||||||
get tokenKey() {
|
get tokenKey() {
|
||||||
|
|||||||
Reference in New Issue
Block a user