diff --git a/clients/validator/src/index.ts b/clients/validator/src/index.ts index 851bea5fd3..a88c27b4e8 100644 --- a/clients/validator/src/index.ts +++ b/clients/validator/src/index.ts @@ -405,7 +405,7 @@ export default class ValidatorClient { if (this.client instanceof NetClient) { const bond = await this.minimumGatewayBond() const result = await this.client.executeContract(this.client.clientAddress, this.contractAddress, {bond_gateway: {gateway: gateway}}, "adding gateway", [bond]).catch((err) => this.handleRequestFailure(err)); - console.log(`account ${this.client.clientAddress} added gateway with ${gateway.mix_host}`); + console.log(`account ${this.client.clientAddress} added gateway with ${gateway.host}`); return result; } else { throw new Error("Tried to bond gateway with a query client")