Skip to content

Commit

Permalink
converted event.ledger to integer type
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Dec 7, 2023
1 parent 5571538 commit 214a0df
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 214a0df

Please sign in to comment.