Browse Source

Merge #228

228: Fix error text r=thomaseizinger a=da-kami



Co-authored-by: Daniel Karzel <daniel@comit.network>
compile-for-aarch64
bors[bot] 3 years ago
committed by GitHub
parent
commit
f674b17ae0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      daemon/src/model/cfd.rs

2
daemon/src/model/cfd.rs

@ -911,7 +911,7 @@ impl Cfd {
}
#[derive(thiserror::Error, Debug, Clone, Copy)]
#[error("The cfd is not committed yet")]
#[error("The cfd is not ready for CET publication yet")]
pub struct NotReadyYet;
#[derive(Debug, Clone)]

Loading…
Cancel
Save