Skip to content

Commit

Permalink
Fix test-network chaincode-as-a-service deployment
Browse files Browse the repository at this point in the history
Resolves a regression introduced in e73bb71.

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>
  • Loading branch information
bestbeforetoday authored and denyeart committed Nov 7, 2023
1 parent 0f4f62c commit c0a0104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-network/scripts/deployCCAAS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ installChaincode 1
infoln "Install chaincode on peer0.org2..."
installChaincode 2

resolveSequence

## query whether the chaincode is installed
queryInstalled 1

Expand Down

0 comments on commit c0a0104

Please sign in to comment.