Fix camelCase response for RpcPrioritizationFee (#30162)

This commit is contained in:
Athar Mohammad 2023-02-08 02:12:58 +05:30 committed by GitHub
parent 927da903a8
commit 78f9d8b66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -546,6 +546,7 @@ pub struct RpcSnapshotSlotInfo {
}
#[derive(Serialize, Deserialize, Clone, Copy, Debug, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct RpcPrioritizationFee {
pub slot: Slot,
pub prioritization_fee: u64,