Comment out ExpModInteger since it's not live on testnets yet

This commit is contained in:
microproofs
2024-12-08 14:29:58 +07:00
parent 1105dbf3c6
commit ebc7d89d5d
4 changed files with 37 additions and 39 deletions

View File

@@ -982,12 +982,11 @@ pub fn from_default_function(builtin: DefaultFunction, id_gen: &IdGenerator) ->
let tipo = Type::function(vec![Type::byte_array()], Type::byte_array());
(tipo, 1)
}
DefaultFunction::ExpModInteger => {
let tipo = Type::function(vec![Type::int(), Type::int(), Type::int()], Type::int());
} // DefaultFunction::ExpModInteger => {
// let tipo = Type::function(vec![Type::int(), Type::int(), Type::int()], Type::int());
(tipo, 3)
}
// (tipo, 3)
// }
};
ValueConstructor::public(