You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/ci.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ var (
75
75
"COPYING",
76
76
executablePath("abigen"),
77
77
executablePath("bootnode"),
78
-
executablePath("evm"),
78
+
executablePath("pvm"),
79
79
executablePath("prlx"),
80
80
executablePath("rlpdump"),
81
81
executablePath("clef"),
@@ -92,7 +92,7 @@ var (
92
92
Description: "Parallax bootnode.",
93
93
},
94
94
{
95
-
BinaryName: "evm",
95
+
BinaryName: "pvm",
96
96
Description: "Developer utility version of the PVM (Parallax Virtual Machine) that is capable of running bytecode snippets within a configurable environment and execution mode.",
0 commit comments