clean code
This commit is contained in:
parent
f70ed27916
commit
4adc7a824e
@ -134,7 +134,6 @@ export async function sign(device, chainId, signerAddress, messages, fee, memo,
|
|||||||
|
|
||||||
// Ensure the address has some tokens to spend
|
// Ensure the address has some tokens to spend
|
||||||
const client = await SigningStargateClient.offline(signer)
|
const client = await SigningStargateClient.offline(signer)
|
||||||
console.log('Registry: ', client.registry)
|
|
||||||
return client.sign(signerAddress, messages, fee, memo, signerData)
|
return client.sign(signerAddress, messages, fee, memo, signerData)
|
||||||
// return signDirect(signer, signerAddress, messages, fee, memo, signerData)
|
// return signDirect(signer, signerAddress, messages, fee, memo, signerData)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user