Skip to content

Commit c00dc8d

Browse files
authored
Merge pull request #1213 from ainblockchain/bugfix/platfowner/bugfix
Enable event handler for all blockchain nodes
2 parents 2157f62 + 038b885 commit c00dc8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy_blockchain_genesis_gcp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ JSON_RPC_NODE_INDEX_LE=4
119119
REST_FUNC_NODE_INDEX_GE=0
120120
REST_FUNC_NODE_INDEX_LE=2
121121
# Event-Handler-enabled blockchain nodes
122-
EVENT_HANDLER_NODE_INDEX_GE=3
122+
EVENT_HANDLER_NODE_INDEX_GE=0
123123
EVENT_HANDLER_NODE_INDEX_LE=4
124124

125125
printf "\n"

deploy_blockchain_incremental_gcp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ JSON_RPC_NODE_INDEX_LE=4
105105
REST_FUNC_NODE_INDEX_GE=0
106106
REST_FUNC_NODE_INDEX_LE=2
107107
# Event-Handler-enabled blockchain nodes
108-
EVENT_HANDLER_NODE_INDEX_GE=3
108+
EVENT_HANDLER_NODE_INDEX_GE=0
109109
EVENT_HANDLER_NODE_INDEX_LE=4
110110

111111
printf "\n"

0 commit comments

Comments
 (0)