mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
[NOD-1322] Fix compilation on windows (#905)
This commit is contained in:
parent
883361fea3
commit
505d264603
@ -68,7 +68,7 @@ func (s *kaspadService) Execute(args []string, r <-chan svc.ChangeRequest, chang
|
||||
// be properly logged
|
||||
doneChan := make(chan error)
|
||||
startedChan := make(chan struct{})
|
||||
spawn(func() {
|
||||
spawn("kaspadMain-windows", func() {
|
||||
err := kaspadMain(startedChan)
|
||||
doneChan <- err
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user