feePayer field is made optional

This commit is contained in:
arnabghose997
2022-09-07 15:31:07 +02:00
committed by Simon Warta
parent 4e7490ee5f
commit 3d5863be8f
+1 -1
View File
@@ -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 = {