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)
  • Loading branch information
sreuland authored and stellarsaur committed Dec 7, 2023
1 parent 3afe4db commit 9b3796b
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 9b3796b

Please sign in to comment.