diff --git a/neo/command/request.go b/neo/command/request.go index aa721fd5..a2b1303b 100644 --- a/neo/command/request.go +++ b/neo/command/request.go @@ -80,7 +80,7 @@ func (req *Request) Run(messages []map[string]interface{}, cb func(msg *message. } // DONE - cb(req.msg().Done()) + cb(msg.Done()) return nil }