maflcko
maflcko
Shouldn't each road block date get moved by 6 months after the corresponding road block in the previous release instead of the first road block by 6 months after the...
Oh I meant `2022-02-02 + 6mo = 2022-08-02` and then go from there?
The 18th is a sunday, so I wonder if it should be moved forward by 3 days to the 15th (The day of the irc meeting)?
``` SUMMARY: MemorySanitizer: use-of-uninitialized-value src/wallet/spend.cpp:1025:5 in wallet::CreateTransaction(wallet::CWallet&, std::__1::vector const&, std::__1::optional, bilingual_str&, wallet::CCoinControl const&, FeeCalculation&, bool)
There is also a lint issue with trailing whitespace or so?
> One speculation about the cause: maybe this is a rounding bug? I don't think so. floor and cast do the same thing, see https://github.com/bitcoin/bitcoin/pull/25021#issuecomment-1126944095
Rebased and used @Empact's idea to transform this into a member function from https://github.com/bitcoin/bitcoin/pull/16116/files (thanks), which is a lot faster than an elided copy and std::move(). I've kept the argument...
@jonasschnelli @theuni
Looks like an upstream bug, no?
Not sure what to do here. This needs to be reported elsewhere?