From 0063abed2a6aec741ef9a8bbd95515438ae6f941 Mon Sep 17 00:00:00 2001 From: Will Lahti Date: Mon, 12 Aug 2019 12:02:33 -0400 Subject: [PATCH] Update stale script name in interest rate swaps FAB-16283 #done Change-Id: I0db01dbceaa9a3f81703a9194167636a6b47bcac Signed-off-by: Will Lahti --- interest_rate_swaps/network/scripts/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interest_rate_swaps/network/scripts/script.sh b/interest_rate_swaps/network/scripts/script.sh index bde5c7b7fc..4514c837d1 100755 --- a/interest_rate_swaps/network/scripts/script.sh +++ b/interest_rate_swaps/network/scripts/script.sh @@ -162,7 +162,7 @@ queryPackage echo "Approving chaincode..." approveChaincode -. scripts/simulate-commit.sh +. scripts/check-commit-readiness.sh # Check the commit readiness of the chaincode definition echo "Checking the commit readiness of the chaincode definition..."