From 772fc340f9fe70250dbe1c4327bbc1454fb967e3 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Thu, 23 Aug 2018 13:46:10 -0400 Subject: [PATCH] updated estimateRctSize --- cryptonote_utils/cryptonote_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptonote_utils/cryptonote_utils.js b/cryptonote_utils/cryptonote_utils.js index be568b9..edad47e 100644 --- a/cryptonote_utils/cryptonote_utils.js +++ b/cryptonote_utils/cryptonote_utils.js @@ -337,7 +337,7 @@ var cnUtil = function(currencyConfig) // tx prefix // first few bytes size += 1 + 6; - size += inputs * (1 + 6 + (mixin + 1) * 3 + 32); + size += inputs * (1 + 6 + (mixin + 1) * 2 + 32); // vout size += outputs * (6 + 32); // extra