Browse Source

Fix error text

compile-for-aarch64
Daniel Karzel 3 years ago
parent
commit
6c4bc68921
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

@ -901,7 +901,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