Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 5b8fac0

Browse files
committed
checkpoint
1 parent dbcb614 commit 5b8fac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thirdweb/modules/nft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def generate_signature(payload: NewSignaturePayload) -> BatchGeneratedSignature:
395395
{"name": "currency", "type": "address"},
396396
{"name": "validityStartTimestamp", "type": "uint128"},
397397
{"name": "validityEndTimestamp", "type": "uint128"},
398-
{"name": "uid", "type": "string"},
398+
{"name": "uid", "type": "bytes32"},
399399
],
400400
"EIP712Domain": [
401401
{"name": "name", "type": "string"},
@@ -411,7 +411,7 @@ def generate_signature(payload: NewSignaturePayload) -> BatchGeneratedSignature:
411411
"chainId": chain_id,
412412
"verifyingContract": self.address
413413
},
414-
"message": encode_message
414+
"message": message
415415
}))
416416
print("encoded_message =", encoded_message)
417417
return BatchGeneratedSignature(

0 commit comments

Comments
 (0)