private void InitializeNeoSystem() { LevelDBStore store = new LevelDBStore(Settings.Paths.Chain); NeoSystem = new NeoSystem(store); NeoSystem.ActorSystem.ActorOf(NoticationBroadcaster.Props(NeoSystem.Blockchain)); NeoSystem.StartNode(Settings.P2P.Port, Settings.P2P.WsPort); }
public NotificationsPlugin() { Plugin.System.ActorSystem.ActorOf(NoticationBroadcaster.Props(Plugin.System.Blockchain)); }