fix: make Verification enum exhaustive
This commit is contained in:
parent
91b020efd4
commit
d053ac3eba
1 changed files with 0 additions and 1 deletions
|
|
@ -634,7 +634,6 @@ pub struct ChannelTag {
|
|||
#[derive(
|
||||
Default, Copy, Clone, Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord, Hash,
|
||||
)]
|
||||
#[non_exhaustive]
|
||||
pub enum Verification {
|
||||
#[default]
|
||||
/// Unverified channel (default)
|
||||
|
|
|
|||
Reference in a new issue