Skip to content

Commit d6795f6

Browse files
committed
Updated Cordapp versions in testnet scripts for house token app
Signed-off-by: VRamakrishna <[email protected]>
1 parent 366e3e1 commit d6795f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/network-setups/corda/scripts/get-house-cordapps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
directory=$(dirname $0)
44
cordaSimpleAppPath=$directory/../../../../samples/corda/fungible-house-token
55
version="1.0"
6-
weaverVersion="1.2.4-alpha.4"
6+
weaverVersion="1.2.4-alpha.5"
77

88
########## Corda Simple App ##############
99

tests/network-setups/corda/scripts/start-house-nodes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
directory=$(dirname $0)
44
houseTokenAppversion="1.0"
5-
weaverVersion="1.2.4-alpha.4"
5+
weaverVersion="1.2.4-alpha.5"
66
tokenVersion="1.2"
77

88
parties="Notary PartyA PartyB PartyC"

0 commit comments

Comments
 (0)