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 aab58480a6
commit 57f9aac662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = []