mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +00:00
parent
f91be58a7f
commit
fb1f071faf
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ prop_compose! {
|
||||||
fn dummy_transaction_stragtegy(height: u64)
|
fn dummy_transaction_stragtegy(height: u64)
|
||||||
(
|
(
|
||||||
extra in vec(any::<u8>(), 0..1_000),
|
extra in vec(any::<u8>(), 0..1_000),
|
||||||
timelock in 0_usize..50_000_000,
|
timelock in 1_usize..50_000_000,
|
||||||
)
|
)
|
||||||
-> Transaction {
|
-> Transaction {
|
||||||
Transaction {
|
Transaction {
|
||||||
|
|
Loading…
Reference in a new issue