Change BlockHashCount Parameter in Node/Node Template (#5990)

* change BlockHashCount param

* fix test and lock
This commit is contained in:
joe petrowski
2020-05-13 10:46:39 +02:00
committed by GitHub
parent e4edd502bf
commit b718c45dbd
4 changed files with 4 additions and 4 deletions
@@ -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,
});
});