From e24c02456047cc6d0453e19dc023036dcd558dec Mon Sep 17 00:00:00 2001 From: Daniel Bigos Date: Tue, 15 Oct 2024 11:00:22 +0200 Subject: [PATCH] fix: benches --- benches/src/access_control.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/src/access_control.rs b/benches/src/access_control.rs index 7c9b79788..ce3609bdc 100644 --- a/benches/src/access_control.rs +++ b/benches/src/access_control.rs @@ -25,7 +25,7 @@ sol!( ); const DEFAULT_ADMIN_ROLE: [u8; 32] = - openzeppelin_stylus::access::control::AccessControl::DEFAULT_ADMIN_ROLE; + ::DEFAULT_ADMIN_ROLE; // There's no way to query constants of a Stylus contract, so this one is // hard-coded :( const ROLE: [u8; 32] =