Closed yusefnapora closed 8 years ago
There's some data in the testnet that has a @link key, but a dictionary as a value, which breaks the stringify_refs fn.
@link
stringify_refs
This just makes sure that the thing we're trying to b58encode is a (byte)string, and catch errors during the encoding process.
b58encode
There's some data in the testnet that has a
@link
key, but a dictionary as a value, which breaks thestringify_refs
fn.This just makes sure that the thing we're trying to
b58encode
is a (byte)string, and catch errors during the encoding process.