Skip to content

Commit

Permalink
Add services to plugin system (neo-project#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored and ProDog committed Nov 23, 2020
1 parent fdec7df commit edd0add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions neo-cli/CLI/MainService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ public async void Start(string[] args)
break;
}

Plugin.AddService(this);

_ = new Logger();

NeoSystem = new NeoSystem(Settings.Default.Storage.Engine);
Expand Down
2 changes: 1 addition & 1 deletion neo-cli/neo-cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Neo" Version="3.0.0-CI00998" />
<PackageReference Include="Neo" Version="3.0.0-CI01070" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit edd0add

Please sign in to comment.