fix the range_proof call (missing nonce param) (#125)
This commit is contained in:
committed by
Ignotus Peverell
parent
95a92eefc9
commit
44c8f9e22d
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user