Commit a350fab 1 parent cace866 commit a350fab Copy full SHA for a350fab
File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -267,12 +267,6 @@ where
267
267
}
268
268
} ;
269
269
270
- // created address is not allowed to be a precompile.
271
- // TODO add precompile check
272
- if precompile. contains ( & created_address) {
273
- return return_error ( InstructionResult :: CreateCollision ) ;
274
- }
275
-
276
270
// warm load account.
277
271
context. journal ( ) . load_account ( created_address) ?;
278
272
@@ -392,11 +386,6 @@ where
392
386
393
387
let created_address = created_address. unwrap_or_else ( || inputs. caller . create ( old_nonce) ) ;
394
388
395
- // created address is not allowed to be a precompile.
396
- if precompile. contains ( & created_address) {
397
- return return_error ( InstructionResult :: CreateCollision ) ;
398
- }
399
-
400
389
// Load account so it needs to be marked as warm for access list.
401
390
context. journal ( ) . load_account ( created_address) ?;
402
391
You can’t perform that action at this time.
0 commit comments