Skip to content

Commit

Permalink
Update modules/apps/29-fee/module.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sean King <seantking@users.noreply.github.com>
  • Loading branch information
AdityaSripal and seantking authored Sep 3, 2021
1 parent fb8522b commit 1f62964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/29-fee/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func (am AppModule) OnChanOpenTry(
cpFeeVersion, cpAppVersion := channeltypes.SplitChannelVersion(counterpartyVersion)

if feeVersion != types.Version {
return sdkerrors.Wrapf(types.ErrInvalidVersion, "expected: %s, got: %s", types.Version, feeVersion)
return sdkerrors.Wrapf(types.ErrInvalidVersion, "expected version: %s, got: %s", types.Version, feeVersion)
}
if cpFeeVersion != feeVersion {
return sdkerrors.Wrapf(types.ErrInvalidVersion, "expected counterparty version: %s, got: %s", types.Version, cpFeeVersion)
Expand Down

0 comments on commit 1f62964

Please sign in to comment.