Revert solana deploy case back to camel

This commit is contained in:
Armani Ferrante 2021-01-27 20:50:23 -08:00
parent cef682a232
commit 80e1fd54ca
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}