Skip to content

Eth signature is incorrect #47

Description

@Glory-dog

When I use wallet.mint_nft, the return value tells me 'zksync_sdk.transport.ResponseError: Response error with code 202
Eth signature is incorrect’

I have used the web3.py of 5.2x and the web3.py of 6.x both prompt the same error.
What am I doing wrong?
code show as below:

async def mint():
    tx = await wallet.mint_nft(content_hash,address, "ETH")
    return tx

loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
task = loop.create_task(mint())
loop.run_until_complete(task)
mint_tx = task.result()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions