Skip to content

Commit e4d1e48

Browse files
committed
fix: log quorum number on registration
1 parent 01624d4 commit e4d1e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,13 @@ operator_deposit_into_ali_strategy:
380380
AMOUNT ?= 1000
381381

382382
operator_register_with_aligned_layer_weth:
383-
@echo "Registering operator with AlignedLayer"
383+
@echo "Registering operator with AlignedLayer in quorum 0"
384384
@go run operator/cmd/main.go register \
385385
--config $(CONFIG_FILE) \
386386
--quorum-number 0
387387

388388
operator_register_with_aligned_layer_ali:
389-
@echo "Registering operator with AlignedLayer"
389+
@echo "Registering operator with AlignedLayer in quorum 1"
390390
@go run operator/cmd/main.go register \
391391
--config $(CONFIG_FILE) \
392392
--quorum-number 1

0 commit comments

Comments
 (0)