mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Change BlockHashCount Parameter in Node/Node Template (#5990)
* change BlockHashCount param * fix test and lock
This commit is contained in:
@@ -233,7 +233,7 @@ fn submitted_transaction_should_be_valid() {
|
||||
priority: 1_410_710_000_000,
|
||||
requires: vec![],
|
||||
provides: vec![(address, 0).encode()],
|
||||
longevity: 128,
|
||||
longevity: 2048,
|
||||
propagate: true,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user