We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84d8f6 commit 06f4716Copy full SHA for 06f4716
src/uhs/transaction/transaction.hpp
@@ -293,7 +293,6 @@ namespace cbdc::transaction {
293
/// \param gens bulletproof generators
294
/// \param rng a random_source for generating nonces
295
/// \param tx the new transaction for which proofs will be created
296
- /// \param spending_keys the private keys corresponding to the inputs
297
/// \return true if proving was successful; false otherwise
298
auto add_proof(secp256k1_context* ctx,
299
secp256k1_bulletproofs_generators* gens,
0 commit comments