fix!: serde: lowercase Verification enum

This commit is contained in:
ThetaDev 2024-11-09 05:14:41 +01:00
parent 342119dba6
commit badb3aef82
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
44 changed files with 1413 additions and 1412 deletions

View file

@ -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)