Skip to content

Commit

Permalink
converted event.ledger to integer type
Browse files Browse the repository at this point in the history
(cherry picked from commit 214a0df)
(cherry picked from commit 9b3796b)
  • Loading branch information
sreuland authored and stellarsaur committed Dec 8, 2023
1 parent 456f7dc commit 3a52e83
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 @@ -356,7 +356,7 @@ pub struct Event {
#[serde(rename = "type")]
pub event_type: String,

pub ledger: String,
pub ledger: u32,
#[serde(rename = "ledgerClosedAt")]
pub ledger_closed_at: String,

Expand Down

0 comments on commit 3a52e83

Please sign in to comment.