Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Oct 31, 2024
1 parent 513a5bc commit 8570092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/torii/libp2p/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ async fn validate_signature<P: Provider + Sync>(
.map_err(|e| Error::InvalidMessageError(e.to_string()))?,
message_hash,
];
calldata.extend_from_slice(&signature);
calldata.extend(signature);
provider
.call(
FunctionCall {
Expand Down

0 comments on commit 8570092

Please sign in to comment.