fix: tests
This commit is contained in:
parent
ddd019e1dc
commit
7dcb3bf20d
@ -541,7 +541,7 @@ export class SigningCosmWasmClient extends CosmWasmClient {
|
||||
delegatorAddress: string,
|
||||
validatorAddress: string,
|
||||
amount: Coin,
|
||||
creationHeight: number,
|
||||
creationHeight: bigint | undefined,
|
||||
fee: StdFee | "auto" | number,
|
||||
memo = "",
|
||||
): Promise<DeliverTxResponse> {
|
||||
|
||||
@ -218,7 +218,7 @@ export class SigningStargateClient extends StargateClient {
|
||||
delegatorAddress: string,
|
||||
validatorAddress: string,
|
||||
amount: Coin,
|
||||
creationHeight: number,
|
||||
creationHeight: bigint | undefined,
|
||||
fee: StdFee | "auto" | number,
|
||||
memo = "",
|
||||
): Promise<DeliverTxResponse> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user