impl Display for BlockHash and TxId

This commit is contained in:
Jack Grigg
2018-10-11 23:16:48 +01:00
parent 20d5cdc571
commit a1664c6bbc
5 changed files with 29 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ authors = [
[dependencies]
byteorder = "1"
ff = { path = "../ff" }
hex = "0.3"
lazy_static = "1"
pairing = { path = "../pairing" }
rand = "0.4"