createrawtransaction accepts "data" array
createrawtransaction now accepts an array of hex encoded data chunks each of which is pushed to stack separately add more test coverage update command help output
Closes #329 (closed)
Test plan:
- Expanded
rpc_createraw_op_return
tests. Runninja test_bitcoin && ./src/test/test_bitcoin --run_test=rpc_tests/rpc_createraw_op_return
- Expanded
rpc_rawtransaction.py
tests. Runninja check-functional
- Run
ninja check-all
Edited by mainnet-pat