From 1b9e6861b75ba28e73e673badd945c462382bc0b Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Tue, 9 Oct 2018 16:43:01 +0200 Subject: [PATCH] Merge pull request #4540 8833aec0 wallet2: fix cold signing using non padded bulletproofs (moneromooo-monero) --- src/wallet/wallet2.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 7871fe99c..f87edf506 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -5563,10 +5563,7 @@ bool wallet2::sign_tx(unsigned_tx_set &exported_txs, std::vector 1) - range_proof_type = rct::RangeProofPaddedBulletproof; + range_proof_type = rct::RangeProofPaddedBulletproof; } crypto::secret_key tx_key; std::vector additional_tx_keys;