Try SIGN_MODE_UNSPECIFIED
This commit is contained in:
parent
37b472af44
commit
b4aa877843
@ -59,7 +59,7 @@ export function setupTxExtension(base: QueryClient): TxExtension {
|
||||
{
|
||||
publicKey: encodePubkey(signer),
|
||||
sequence: Long.fromNumber(sequence, true),
|
||||
modeInfo: { single: { mode: SignMode.SIGN_MODE_DIRECT } },
|
||||
modeInfo: { single: { mode: SignMode.SIGN_MODE_UNSPECIFIED } },
|
||||
},
|
||||
],
|
||||
}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user