Page MenuHomePhabricator

Use ToHex() in rpc_decodescript.py, remove dependency to mininode
ClosedPublic

Authored by Fabien on Feb 11 2019, 13:06.

Details

Summary

Avoid using the long form bytes_to_hex_str(obj.serialize()) and remove
the global import from mininode.

Test Plan
./test/functional/test_runner.py rpc_decodescript

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable