Some OP_RETURN txs of unknown schema are printed to the channel in an unintelligible way. Many times, assuming an unknown OP_RETURN is ascii can make it readable (existing test vector for unknown tx is like this).
Other times, decoding a random non-ascii hex string as ascii creates jargon.
Add a function `isProbablyAscii` to determine if a given OP_RETURN hex string is probably ascii. If it is not probably ascii, print each push as a hex value.