File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
hermes/crates/cardano-chain-follower/src Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11//! Cardano chain follower.
22
3- // TODO: remove this once we implement the API.
4- #![ allow( dead_code, clippy:: unused_async, clippy:: no_effect_underscore_binding) ]
5- // (fsgr): This should be removed. I only added it because, for some reason,
6- // the tower crate is failing to compile in my machine (didn't test anywhere else)
7- // if it's compiled with this flag.
8- #![ deny( missing_docs) ]
9-
103use std:: sync:: Arc ;
114
125pub use pallas:: network:: miniprotocols:: Point ;
@@ -550,6 +543,7 @@ mod follow_task {
550543///
551544/// This does not execute Plutus scripts nor validates ledger state.
552545/// It only checks that the block is correctly formatted for its era.
546+ #[ allow( dead_code) ]
553547fn validate_multiera_block ( _block : & MultiEraBlock ) {
554548 // (fsgr): Not sure about hwo the validation will be done in here yet.
555549 todo ! ( )
You can’t perform that action at this time.
0 commit comments