Commit 94f581b1 authored by clabby's avatar clabby

Add warning log

parent 07a54995
...@@ -838,6 +838,11 @@ contract Deploy is Deployer { ...@@ -838,6 +838,11 @@ contract Deploy is Deployer {
rawGameType == 0 ? "Cannon" : "Alphabet", rawGameType == 0 ? "Cannon" : "Alphabet",
vm.toString(rawGameType) vm.toString(rawGameType)
); );
} else {
console.log(
"[WARN] DisputeGameFactoryProxy: `FaultDisputeGame` implementation already set for game type: %s",
vm.toString(GameType.unwrap(_gameType))
);
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment