1 2017-07-01 01:52:55 <helmsliu> Hi bitcoins
2 2017-07-01 01:57:29 <helmsliu> hey
3 2017-07-01 01:57:35 <helmsliu> great song
4 2017-07-01 11:30:00 <karelb> Hey. I am looking at this PR and the discussion here - https://github.com/bitcoin/bitcoin/pull/10637/files#r123062378 - and I am confused
5 2017-07-01 11:30:14 <karelb> how can nValue of an utxo be *negative*?
6 2017-07-01 11:31:15 <karelb> nValue is the actual number in the previous tx output, right... how can there be a negative number? (or even zero?)
7 2017-07-01 11:34:27 <karelb> Hm, the original scala BnB algorithm uses "effective value" which is value - COST_PER_INPUT... I don't see the code anywhere, maybe that's it... but then I don't see where it is actually calculated
8 2017-07-01 11:48:09 <karelb> Ooooh, I am looking at the branch now, the effective value is calculated in wallet/wallet.cpp