From c0a0104ca1ca9107cb7cea8af3758d1ec256df02 Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Sun, 5 Nov 2023 13:08:51 +0000 Subject: [PATCH] Fix test-network chaincode-as-a-service deployment Resolves a regression introduced in e73bb717db47185a8ccd1b701503b369cd2a73e1. Previous change defaulted to "auto" as the sequence number but omitted the call to generate the correct sequence number for the "auto" value. This resulted in "auto" being used as the sequence number, which is an error since an integer is required. Signed-off-by: Mark S. Lewis --- test-network/scripts/deployCCAAS.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-network/scripts/deployCCAAS.sh b/test-network/scripts/deployCCAAS.sh index 32a373e162..13cc009e4d 100755 --- a/test-network/scripts/deployCCAAS.sh +++ b/test-network/scripts/deployCCAAS.sh @@ -177,6 +177,8 @@ installChaincode 1 infoln "Install chaincode on peer0.org2..." installChaincode 2 +resolveSequence + ## query whether the chaincode is installed queryInstalled 1