mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
fix the range_proof call (missing nonce param) (#125)
This commit is contained in:
parent
95a92eefc9
commit
44c8f9e22d
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ mod tests {
|
|||
transaction::Output{
|
||||
features: transaction::COINBASE_OUTPUT,
|
||||
commit: output_commitment,
|
||||
proof: ec.range_proof(0, value, output_key, output_commitment)}
|
||||
proof: ec.range_proof(0, value, output_key, output_commitment, ec.nonce())}
|
||||
}
|
||||
|
||||
/// Makes a SecretKey from a single u64
|
||||
|
|
Loading…
Reference in a new issue