rename type

This commit is contained in:
Georgios Konstantopoulos 2020-05-24 20:19:35 +03:00
parent 08a25fb848
commit 3ed8b58ceb
No known key found for this signature in database
GPG Key ID: FA607837CD26EDBC
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ pub use signature::Signature;
mod bytes;
pub use bytes::Bytes;
mod block;
pub use block::BlockNumber;
mod block_number;
pub use block_number::BlockNumber;