We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30b151 commit 8666711Copy full SHA for 8666711
src/signers/BitSigner.ts
@@ -63,7 +63,7 @@ export abstract class BitSigner {
63
64
async signTxList (txs: SignTxListParams): Promise<SignTxListRes> {
65
for (const signItem of txs.sign_list) {
66
- if (signItem.sign_type === SIGN_TYPE.noSign) {
+ if (signItem.sign_msg === '' || signItem.sign_type === SIGN_TYPE.noSign) {
67
continue
68
}
69
if (signItem.sign_type === SIGN_TYPE.eth712 && !!txs.mm_json) {
0 commit comments