mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
backport minimum weight to fee to master (#5739)
* propose fix fees * add tests to kusama runtime as well * better tests * last change * last update * Fix test * ignore tests again
This commit is contained in:
@@ -6,7 +6,7 @@ description = "Integration tests using the test-parachains"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tiny-keccak = "2.0.2"
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
|
||||
|
||||
adder = { package = "test-parachain-adder", path = "adder" }
|
||||
|
||||
Reference in New Issue
Block a user