diff --git a/signer/src/lib.rs b/signer/src/lib.rs index b7bbc56..c328d3f 100644 --- a/signer/src/lib.rs +++ b/signer/src/lib.rs @@ -45,8 +45,6 @@ pub fn init(bytes: Vec, network: Network) -> anyhow::Result { log::info!("allowlist {:?}", allowlist); let mut policy = make_simple_policy(network); policy.filter = PolicyFilter::new_permissive(); - policy.require_invoices = true; - policy.enforce_balance = true; let velocity_spec = VelocityControlSpec { limit: 10, interval_type: VelocityControlIntervalType::Hourly,