Skip to content

Commit

Permalink
fix: received_at -> received_at_ms typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Oct 24, 2024
1 parent 30f5d66 commit a40ff87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chainhook-sdk/src/chainhooks/stacks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ fn serialize_stacks_non_consensus_event(
};
json!({
"payload": payload,
"received_at": event.received_at_ms,
"received_at_ms": event.received_at_ms,
"received_at_block": event.received_at_block,
})
}
Expand Down

0 comments on commit a40ff87

Please sign in to comment.