diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 4f426e89b..f3893c278 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -2451,7 +2451,7 @@ namespace boost bool use_bulletproofs = x.rct_config.range_proof_type != rct::RangeProofBorromean; a & use_bulletproofs; if (!typename Archive::is_saving()) - x.rct_config = { use_bulletproofs ? rct::RangeProofBulletproof : rct::RangeProofBorromean, 0 }; + x.rct_config = { use_bulletproofs ? rct::RangeProofPaddedBulletproof : rct::RangeProofBorromean, 0 }; return; } a & x.rct_config;