JoshOrndorff / utxo-workshop

A Substrate UTXO workshop
The Unlicense
117 stars 81 forks source link

Actually start the network #77

Closed JoshOrndorff closed 4 years ago

JoshOrndorff commented 4 years ago

During the upgrade to RC6, I accidentally introduced a bug in which the p2p network is never started. This PR fixes that by calling network_starter.start_network();