diff --git a/spec/app/ics-029-fee-payment/README.md b/spec/app/ics-029-fee-payment/README.md index 10ca3377d..11b0eeb0e 100644 --- a/spec/app/ics-029-fee-payment/README.md +++ b/spec/app/ics-029-fee-payment/README.md @@ -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 }