Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 15, 2024
1 parent eccb062 commit 4fdbf2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/helpers/local_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ export class LocalState {
}
}

// Creates a relayer between neutron and gaia
// Creates an IBC relayer between neutron and gaia
// This relayer can be used to manually relay packets
// Since hermes don't have manual relay.
// since hermes don't have manual relay.
async relayerLink(): Promise<Link> {
const neutronWallet = await this.nextWallet('neutron');
const gaiaWallet = await this.nextWallet('cosmos');
Expand Down
2 changes: 1 addition & 1 deletion src/testcases/run_in_band/interchaintx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ describe('Neutron / Interchain TXs', () => {
'700',
);

// unpause hermes for tests below
// unpause hermes back
execSync('docker unpause setup-hermes-1');
});
});
Expand Down

0 comments on commit 4fdbf2c

Please sign in to comment.