feePayer field is made optional
This commit is contained in:
parent
4e7490ee5f
commit
3d5863be8f
@ -34,7 +34,7 @@ export function makeAuthInfoBytes(
|
||||
signers: ReadonlyArray<{ readonly pubkey: Any; readonly sequence: number }>,
|
||||
feeAmount: readonly Coin[],
|
||||
gasLimit: number,
|
||||
feePayer: string,
|
||||
feePayer: string | undefined,
|
||||
signMode = SignMode.SIGN_MODE_DIRECT,
|
||||
): Uint8Array {
|
||||
const authInfo = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user