Daniel Karzel
3 years ago
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E
1 changed files with
1 additions and
1 deletions
-
daemon/src/model/cfd.rs
|
|
@ -671,7 +671,7 @@ impl Cfd { |
|
|
|
dlc |
|
|
|
} else { |
|
|
|
bail!( |
|
|
|
"Cannot transition to OpenCommitted because of unexpected state {}", |
|
|
|
"Cannot transition to MustRefund because of unexpected state {}", |
|
|
|
self.state |
|
|
|
) |
|
|
|
}; |
|
|
|