fix!: serde: lowercase Verification enum
This commit is contained in:
parent
342119dba6
commit
badb3aef82
44 changed files with 1413 additions and 1412 deletions
|
|
@ -634,6 +634,7 @@ pub struct ChannelTag {
|
|||
#[derive(
|
||||
Default, Copy, Clone, Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord, Hash,
|
||||
)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum Verification {
|
||||
#[default]
|
||||
/// Unverified channel (default)
|
||||
|
|
|
|||
Reference in a new issue