feat(no_std): Add no_std support for reth-storage-api (#14187)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emilia Hane
2025-02-04 11:23:35 +01:00
committed by GitHub
parent e468d4d7c5
commit b479b3439c
24 changed files with 179 additions and 159 deletions

View File

@ -169,7 +169,6 @@ where
std::mem::swap(tx, &mut deposit);
return
}
_ => return,
};
*input = input.slice(..4);
}