fix profit stats notification

This commit is contained in:
c9s 2022-07-01 17:32:40 +08:00
parent 4bb9fb7e1b
commit b158c44b95
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -65,7 +65,7 @@ func (e *GeneralOrderExecutor) BindProfitStats(profitStats *types.ProfitStats) {
}
profitStats.AddProfit(*profit)
Notify(&profitStats)
Notify(profitStats)
})
}