Skip to content

Commit 0363457

Browse files
committed
fix: fix payload signature verification after merge EIP-712 from main
1 parent 582d13d commit 0363457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/msa/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ pub mod pallet {
966966
Self::verify_signature(
967967
&msa_owner_proof,
968968
&msa_owner_public_key,
969-
authorization_payload.encode()
969+
&authorization_payload
970970
),
971971
Error::<T>::MsaOwnershipInvalidSignature
972972
);

0 commit comments

Comments
 (0)