Skip to content

Commit 8da5ce9

Browse files
Fix bug causing checksum to fail when creating a new job
1 parent 6ac8b95 commit 8da5ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/acp/acp_plugin_gamesdk/acp_token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def create_job(
107107
) -> dict:
108108
try:
109109
provider_address = Web3.to_checksum_address(provider_address)
110+
evaluator_address = Web3.to_checksum_address(evaluator_address)
110111
expire_timestamp = int(expire_at.timestamp())
111112

112113
# Sign the transaction

0 commit comments

Comments
 (0)