Skip to content

Commit f9d5d7f

Browse files
committed
fix(Makefile): rename deprecated flag --uint64-to-string to --bigint-to-string
1 parent c9e4c4e commit f9d5d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ run: build-binary
247247
--enable-api \
248248
--api-table-prefixes $$API_PREFIXES \
249249
--api-base-path $$API_BASE \
250-
--uint64-to-string "*.consensus_payload_value,*.execution_payload_value" \
250+
--bigint-to-string "*.consensus_payload_value,*.execution_payload_value" \
251251
--verbose \
252252
--debug
253253
@printf "$(CYAN)==> Compiling proto files to Go...$(RESET)\n"

0 commit comments

Comments
 (0)