minor fix

default for owner_wallet in AppDeployConfig
This commit is contained in:
Noor 2025-02-17 12:43:04 +05:30
parent ee592c71d6
commit 987bbfd8ec
Signed by: noormohammedb
GPG Key ID: D83EFB8B3B967146

@ -37,7 +37,7 @@ pub struct AppDeployConfig {
pub resource: Resource, pub resource: Resource,
#[serde(default)] #[serde(default)]
pub uuid: String, pub uuid: String,
// #[serde(default)] #[serde(default)]
pub owner_wallet: String, pub owner_wallet: String,
pub node_pubkey: String, pub node_pubkey: String,
} }