chore: Move fee logic out of primitives (#174)

This commit is contained in:
Santiago Carmuega 2022-08-13 15:45:16 -03:00 committed by GitHub
parent 9caa176785
commit 90fa3b02f0
6 changed files with 93 additions and 76 deletions

View file

@ -17,3 +17,6 @@ pallas-crypto = { version = "0.13.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.13.0", path = "../pallas-codec" }
hex = "0.4.3"
thiserror = "1.0.31"
[features]
unstable = []