We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43645b4 commit ee797d6Copy full SHA for ee797d6
1 file changed
hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/HooksConfig.java
@@ -13,7 +13,7 @@ public record HooksConfig(
13
@ConfigProperty(defaultValue = "10") @NetworkProperty
14
int maxHookInvocationsPerTransaction,
15
16
- @ConfigProperty(defaultValue = "true") @NetworkProperty
+ @ConfigProperty(defaultValue = "false") @NetworkProperty
17
boolean hooksEnabled,
18
19
@ConfigProperty(defaultValue = "5000000") @NetworkProperty
0 commit comments