浏览代码

Revert solana deploy case back to camel

Armani Ferrante 4 年之前
父节点
当前提交
80e1fd54ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
 }