Merge pull request #5422

2c221d1b wallet2: update estimate_rct_tx_size for smaller rct proofs (moneromooo-monero)
pull/200/head
Riccardo Spagni 5 years ago
commit 8966ac314c
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -792,7 +792,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