Browse Source
Remove stale TODO
The Payout enum got implemented
refactor/no-log-handler
Mariusz Klochowicz
3 years ago
No known key found for this signature in database
GPG Key ID: 470C865699C8D4D
1 changed files with
0 additions and
1 deletions
-
daemon/src/model/cfd.rs
|
|
@ -262,7 +262,6 @@ pub enum CfdState { |
|
|
|
/// commit + cet).
|
|
|
|
Closed { |
|
|
|
common: CfdStateCommon, |
|
|
|
// TODO: Use an enum of either Attestation or CollaborativeSettlement
|
|
|
|
payout: Payout, |
|
|
|
}, |
|
|
|
|
|
|
|