Skip to content

Commit d25a91f

Browse files
Merge branch 'meta-tx-mcp' of https://github.com/bosonprotocol/core-components into meta-tx-mcp
2 parents 137a027 + 7a7766e commit d25a91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core-sdk/src/meta-tx/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export async function signMetaTx(
135135
const signerAddress = await args.web3Lib.getSignerAddress();
136136

137137
const message = {
138-
nonce: args.nonce,
138+
nonce: args.nonce.toString(),
139139
from: signerAddress,
140140
contractAddress: args.metaTxHandlerAddress,
141141
functionName: args.functionName,

0 commit comments

Comments
 (0)