05:35:16 Yes, all coinbase must have an exact `unlock_time` set, which is their block index + 60. So if you removed that clause, the msg would trigger on each received coinbase tx. 05:36:28 I don't see why that notice should be removed , its very useful to people who receive locked funds and weren't expecting it 05:36:53 Yes 11:50:15 I'm not proposing to remove the notice. I was just wondering why we don't warn about coinbase txs. If there is no good reason, then I'd propose to expand the notice to also warn about locked coinbase txs. 11:57:10 Sorry if it's unclear what I'm talking about, to add a little more context. The cli uses `i_wallet2_callback` which has `cryptonote::transaction& tx` as argument for `on_money_received()`. For the callback in the Wallet API `moneyReceived()` we would need to add an argument `bool is_coinbase` or something. 12:11:35 No need, tx is already there, you can just look at whether it is a coinbase tx. 12:12:12 You could also make those txes stuck at 60 by consensus, I did this for TF.