Fix test-network chaincode-as-a-service deployment

Resolves a regression introduced in e73bb717db.

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 <Mark.S.Lewis@outlook.com>
This commit is contained in:
Mark S. Lewis 2023-11-05 13:08:51 +00:00 committed by Dave Enyeart
parent 0f4f62c340
commit c0a0104ca1

View file

@ -177,6 +177,8 @@ installChaincode 1
infoln "Install chaincode on peer0.org2..."
installChaincode 2
resolveSequence
## query whether the chaincode is installed
queryInstalled 1