Skip to content

Commit

Permalink
typo?
Browse files Browse the repository at this point in the history
  • Loading branch information
mossid committed Apr 3, 2018
1 parent d869407 commit 464bf06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/ibc/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Committed at block 1022. Hash: E16019DCC4AA08CA70AFCFBC96028ABCC51B6AD0
```console
> basecli relay --name key2 --from-chain-id $ID1 --from-chain-node $NODE1 --to-chain-id $ID2 --to-chain-node $NODE2 --chain-id $ID2
Password to sign with 'key2':
I[04-03|16:18:59.984] IBC packet detected number=0
I[04-03|16:18:59.984] Detected IBC packet number=0
I[04-03|16:19:00.869] Relayed IBC packet number=0
> basecli account $ADDR2 --node $NODE2
{
Expand Down
2 changes: 1 addition & 1 deletion x/ibc/commands/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ OUTER:
panic(err)
}
if egressLength > processed {
c.logger.Info("IBC packet detected", "number", egressLength-1)
c.logger.Info("Detected IBC packet", "number", egressLength-1)
}

seq := c.getSequence(toChainNode)
Expand Down

0 comments on commit 464bf06

Please sign in to comment.