We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3beb2b commit 35cee5fCopy full SHA for 35cee5f
1 file changed
bin/ev-deployer/src/contracts/deterministic_deployer.rs
@@ -11,7 +11,7 @@ pub(crate) const DETERMINISTIC_DEPLOYER_BYTECODE: &[u8] = &hex!(
11
);
12
13
/// Build a genesis alloc entry for the deterministic deployer.
14
-pub(crate) fn build(config: &DeterministicDeployerConfig) -> GenesisContract {
+pub(crate) const fn build(config: &DeterministicDeployerConfig) -> GenesisContract {
15
let address = config.address.expect("address required for genesis");
16
17
GenesisContract {
0 commit comments