wallet2: update estimate_rct_tx_size for smaller rct proofs

release-v0.6.1.2
moneromooo-monero 5 years ago
parent 9c77dbf376
commit 2c221d1b6c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -788,7 +788,7 @@ size_t estimate_rct_tx_size(int n_inputs, int mixin, int n_outputs, size_t extra
// pseudoOuts
size += 32 * n_inputs;
// ecdhInfo
size += 2 * 32 * n_outputs;
size += 8 * n_outputs;
// outPk - only commitment is saved
size += 32 * n_outputs;
// txnFee

Loading…
Cancel
Save