We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d567b01 commit a45b0f4Copy full SHA for a45b0f4
cmd/cartesi-rollups-cli/root/app/register/register.go
@@ -148,7 +148,7 @@ func run(cmd *cobra.Command, args []string) {
148
snapshotTemplateHash := common.HexToHash(templateHash)
149
if parsedTemplateHash != snapshotTemplateHash {
150
fmt.Fprintf(os.Stderr, "Template hash mismatch: contract has %s but machine has %s\n",
151
- contractTemplateHash.Hex(), parsedTemplateHash.Hex())
+ parsedTemplateHash.Hex(), snapshotTemplateHash.Hex())
152
os.Exit(1)
153
}
154
0 commit comments