Skip to content

Commit 48aa634

Browse files
v1.14: Fix camelCase response for RpcPrioritizationFee (backport of #30162) (#30174)
Co-authored-by: Athar Mohammad <56029409+atharmohammad@users.noreply.github.com>
1 parent 15e35fd commit 48aa634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/rpc_response.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ pub struct RpcSnapshotSlotInfo {
543543
}
544544

545545
#[derive(Serialize, Deserialize, Clone, Copy, Debug, PartialEq, Eq)]
546+
#[serde(rename_all = "camelCase")]
546547
pub struct RpcPrioritizationFee {
547548
pub slot: Slot,
548549
pub prioritization_fee: u64,

0 commit comments

Comments
 (0)