Open achow101 opened 5 years ago
getWalletPublicKey is returning the address as the string bytearray(b'1CWSVFBqrMDbnF4TCZ9E6u7sfZBVaCPvQT') rather than the address itself.
getWalletPublicKey
bytearray(b'1CWSVFBqrMDbnF4TCZ9E6u7sfZBVaCPvQT')
getWalletPublicKey
is returning the address as the stringbytearray(b'1CWSVFBqrMDbnF4TCZ9E6u7sfZBVaCPvQT')
rather than the address itself.