Skip to content

Commit

Permalink
small nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored and xJonathanLEI committed Mar 27, 2024
1 parent 2208638 commit fc80f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-core/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ impl L1HandlerTransaction {
.map_err(|_| ParseMsgToL2Error::FromAddressOutOfRange)?,
to_address: self.contract_address,
selector: self.entry_point_selector,
payload: payload.to_vec(),
payload: payload.into(),
nonce: self.nonce,
})
},
Expand Down

0 comments on commit fc80f5e

Please sign in to comment.