mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fix odd fee in coinbase maturity test
This commit is contained in:
parent
ca7de0f42d
commit
3c137c0d1c
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ fn test_coinbase_maturity() {
|
|||
let (coinbase_txn, _) = build::transaction(
|
||||
vec![
|
||||
build::input(amount, pk1.clone()),
|
||||
build::output(amount - 1, pk2),
|
||||
build::with_fee(1),
|
||||
build::output(amount - 2, pk2),
|
||||
build::with_fee(2),
|
||||
],
|
||||
&keychain,
|
||||
).unwrap();
|
||||
|
|
Loading…
Reference in a new issue