[#365] Provide distribute income event in settlement processor

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-02-02 17:17:38 +03:00 committed by Alex Vanin
parent 8e741a277d
commit d77d49bd2a
2 changed files with 39 additions and 0 deletions

View file

@ -279,5 +279,6 @@ func (b *basicSettlementConstructor) CreateContext(epoch uint64) (*basic.IncomeS
Container: b.dep,
Placement: b.dep,
Exchange: b.dep,
Accounts: b.dep,
})
}