Skip to content

Commit

Permalink
fix: benches
Browse files Browse the repository at this point in the history
  • Loading branch information
bidzyyys committed Oct 15, 2024
1 parent c39a40e commit e24c024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/src/access_control.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sol!(
);

const DEFAULT_ADMIN_ROLE: [u8; 32] =
openzeppelin_stylus::access::control::AccessControl::DEFAULT_ADMIN_ROLE;
<openzeppelin_stylus::access::control::AccessControl as openzeppelin_stylus::access::control::IAccessControl>::DEFAULT_ADMIN_ROLE;
// There's no way to query constants of a Stylus contract, so this one is
// hard-coded :(
const ROLE: [u8; 32] =
Expand Down

0 comments on commit e24c024

Please sign in to comment.