Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Tang <wei@that.world>
  • Loading branch information
vorot93 and sorpaas committed Nov 6, 2020
1 parent e592750 commit 6aad07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -10,7 +10,7 @@ mod log;
mod receipt;
mod transaction;

/// This type alias is necessary for rlp-derive to work correctly
/// Alias for `Vec<u8>`. This type alias is necessary for rlp-derive to work correctly.
pub type Bytes = alloc::vec::Vec<u8>;

pub use account::Account;
Expand Down

0 comments on commit 6aad07f

Please sign in to comment.