From 2f1bb2ab1b8d36c1b072f7ebe16def9281f6a2ea Mon Sep 17 00:00:00 2001 From: Tom Linton Date: Thu, 17 Feb 2022 21:34:24 +1300 Subject: [PATCH] Disable safety checks --- Anchor.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Anchor.toml b/Anchor.toml index 775ce43..5dff3df 100644 --- a/Anchor.toml +++ b/Anchor.toml @@ -8,3 +8,6 @@ swap = "22Y43yTVxuUkoRKdm9thyRhQ3SdgQS7c7kB6UNCiaczD" [[test.genesis]] address = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin" program = "./deps/serum-dex/dex/target/deploy/serum_dex.so" + +[features] +safety_checks = false