Use int_to_bytes in swap or not.

I also fixed an error I found through strict typing.
This commit is contained in:
Paul Hauner
2019-02-15 12:13:57 +11:00
parent 73484f04a1
commit fc04286ae6
2 changed files with 28 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
bytes = "0.4"
hashing = { path = "../hashing" }
int_to_bytes = { path = "../int_to_bytes" }
[dev-dependencies]
yaml-rust = "0.4.2"