File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def forward_call(target: address) -> Bytes[1_024]:
9292 - EVM version (if applicable): ` # pragma evm-version <evm_version> `
9393 - Optimisation mode (if applicable): ` # pragma optimize <mode> `
9494 - Nonreentrancy (if applicable): ` # pragma nonreentrancy <flag> `
95- - Experimental code generation (=[ Venom] ( https://github.com/vyperlang/vyper/tree/master/vyper/venom ) ) (if applicable): ` # experimental-codegen `
95+ - Experimental code generation (=[ Venom] ( https://github.com/vyperlang/vyper/tree/master/vyper/venom ) ) (if applicable): ` # pragma experimental-codegen `
9696 - 🐍Vyper built-in interface imports (one per line, with ` implements ` on the next line if applicable)
9797 - Custom interface imports (one per line, with ` implements ` on the next line if applicable)
9898 - Module imports (one per line, with ` initializes ` or ` uses ` on the next line if applicable)
You can’t perform that action at this time.
0 commit comments