Rename eth2_bytes to int_to_bytes

This commit is contained in:
Paul Hauner 2019-02-15 11:19:25 +11:00
parent 46673238b6
commit 73484f04a1
No known key found for this signature in database
GPG Key ID: D362883A9218FCC6
4 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ members = [
"eth2/types",
"eth2/utils/bls",
"eth2/utils/boolean-bitfield",
"eth2/utils/eth2_bytes",
"eth2/utils/hashing",
"eth2/utils/honey-badger-split",
"eth2/utils/int_to_bytes",
"eth2/utils/slot_clock",
"eth2/utils/ssz",
"eth2/utils/swap_or_not_shuffle",

View File

@ -1,5 +1,5 @@
[package]
name = "eth2_bytes"
name = "int_to_bytes"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"