Browse Source

Revert solana deploy case back to camel

Armani Ferrante 4 years ago
parent
commit
80e1fd54ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/main.rs

+ 1 - 1
cli/src/main.rs

@@ -448,7 +448,7 @@ fn deploy_ws(url: &str, keypair: &str) -> Result<Vec<(Program, Pubkey)>> {
 }
 
 #[derive(Debug, Deserialize)]
-#[serde(rename_all = "PascalCase")]
+#[serde(rename_all = "camelCase")]
 pub struct DeployStdout {
     program_id: String,
 }