Skip to content

Commit

Permalink
Fixup the corresponding CLI decoding name as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 25, 2023
1 parent d4629e3 commit b27bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub struct LedgerEntryResult {
)]
pub last_modified_ledger: u32,
#[serde(
rename = "liveUntilLedgerSeqLedgerSeq",
rename = "liveUntilLedgerSeq",
skip_serializing_if = "Option::is_none",
deserialize_with = "deserialize_option_number_from_string",
default
Expand Down

0 comments on commit b27bee6

Please sign in to comment.