From 4dc84a361c5363f7d68b32caae4e2d20e3915d97 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 6 Jul 2022 09:37:02 +0200 Subject: [PATCH] fixed typo --- spec/app/ics-029-fee-payment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }