Skip to content

Commit

Permalink
Fix emulator startup warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent b5d6462 commit 1b2d9a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ endif
# Docker run for local development
.PHONY: docker-run-local
docker-run-local:
flow emulator &
flow emulator -f dev/flow.json &
sleep 3

$(call check_and_append,coinbase,EMULATOR_COINBASE)
Expand Down
1 change: 0 additions & 1 deletion dev/emulator-account.pkey

This file was deleted.

5 changes: 1 addition & 4 deletions dev/flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": {
"type": "file",
"location": "emulator-account.pkey"
}
"key": "b96ce56f16ef8dc0badfcd2ecc9c4ee972e1f987015974e1f07f39c3f26d5982"
}
}
}

0 comments on commit 1b2d9a1

Please sign in to comment.