Skip to content

Commit

Permalink
Add todo for otterscan API using EOF create
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Sep 13, 2024
1 parent 509939f commit dbfef33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc/rpc/src/otterscan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ where
TransferKind::Create => OperationType::OpCreate,
TransferKind::Create2 => OperationType::OpCreate2,
TransferKind::SelfDestruct => OperationType::OpSelfDestruct,
TransferKind::EofCreate => todo!(),
},
})
.collect::<Vec<_>>()
Expand Down

0 comments on commit dbfef33

Please sign in to comment.