Browse Source

Fix typo

temporary-fast-timelocks
Daniel Karzel 3 years ago
parent
commit
6fce3a686e
No known key found for this signature in database GPG Key ID: 30C3FC2E438ADB6E
  1. 2
      daemon/src/model/cfd.rs

2
daemon/src/model/cfd.rs

@ -671,7 +671,7 @@ impl Cfd {
dlc dlc
} else { } else {
bail!( bail!(
"Cannot transition to OpenCommitted because of unexpected state {}", "Cannot transition to MustRefund because of unexpected state {}",
self.state self.state
) )
}; };

Loading…
Cancel
Save