mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-02 19:40:58 +00:00
Factor out a new BroadcastTransaction function, performing the core work of the sendrawtransaction rpc, so that it can be used from the GUI code. Move it from src/rpc/ to src/node/.