Closed PeterSurda closed 7 months ago
Hi!
After rewriting of decodeWalletImportFormat() the test for random address is working. The fix for python3 is trivial and documented here: the argument should be bytes.
decodeWalletImportFormat()
Hi!
After rewriting of
decodeWalletImportFormat()
the test for random address is working. The fix for python3 is trivial and documented here: the argument should be bytes.