Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Jul 6, 2022
1 parent e5f3b45 commit 4dc84a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/app/ics-029-fee-payment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function onChanOpenInit(
// a new version string is constructed with the app version returned
// by the underlying application, in case it is different than the
// one passed by the caller
version = constructVersion(metadata.MiddlewareVersion, appVersion)
version = constructVersion(metadata.feeVersion, appVersion)
return version, nil
}
Expand Down

0 comments on commit 4dc84a3

Please sign in to comment.