Skip to content

Commit

Permalink
fix: message_hash type
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcaron committed Nov 29, 2024
1 parent eb5552a commit b9bb2f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/starknet-types-rpc/src/v0_7_1/starknet_api_openrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -741,8 +741,7 @@ pub struct L1HandlerTxn<F> {
#[derive(Clone, Debug, Eq, Hash, PartialEq, Serialize, Deserialize)]
pub struct L1HandlerTxnReceipt<F> {
/// The message hash as it appears on the L1 core contract
#[serde(with = "NumAsHex")]
pub message_hash: u64,
pub message_hash: String,
#[serde(flatten)]
pub common_receipt_properties: CommonReceiptProperties<F>,
}
Expand Down

0 comments on commit b9bb2f6

Please sign in to comment.