mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-07 06:06:02 +01:00
Export NUT-06 supported settings field (#764)
* Export NUT-06 supported settings field * Fix doc test
This commit is contained in:
@@ -446,7 +446,8 @@ impl Nuts {
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default, Hash, Serialize, Deserialize)]
|
||||
#[cfg_attr(feature = "swagger", derive(utoipa::ToSchema))]
|
||||
pub struct SupportedSettings {
|
||||
supported: bool,
|
||||
/// Setting supported
|
||||
pub supported: bool,
|
||||
}
|
||||
|
||||
/// Contact Info
|
||||
|
||||
Reference in New Issue
Block a user