Sort wallet keys in correct order

This commit is contained in:
Vitaliy Potyarkin 2024-09-23 14:14:10 +00:00
parent 006e0e013d
commit 2e97eeb4f0

View file

@ -35,6 +35,10 @@ network-up:
.PHONY: check-config
check-config: wallet/az.json
$(NEOGO) wallet dump-keys -w $<
@echo "Committee:"
@for letter in $(wordlist 1,$(NODE_COUNT),$(ALPHABET)); do \
echo "- $$($(NEOGO) wallet dump-keys -w wallet/$$letter.json|head -n2|tail -n1) # $$letter"; \
done
grep -F $$($(NEOGO) wallet dump-keys -w $<|head -n2|tail -n1) protocol.privnet.yml
.PHONY: morph