mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
stargate: Adjust variable name
This commit is contained in:
parent
2f4b39f926
commit
f4e6786f5b
@ -297,8 +297,8 @@ export class SigningStargateClient extends StargateClient {
|
||||
memo = "",
|
||||
): Promise<BroadcastTxResponse> {
|
||||
const txRaw = await this.sign(signerAddress, messages, fee, memo);
|
||||
const signedTx = Uint8Array.from(TxRaw.encode(txRaw).finish());
|
||||
return this.broadcastTx(signedTx);
|
||||
const txBytes = Uint8Array.from(TxRaw.encode(txRaw).finish());
|
||||
return this.broadcastTx(txBytes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user