1 2018-02-11 05:18:15 <amansx> hey folks, trying to learn bitcoin development, segwit address transactions get stuck even though segwit is enabled with this         // Deployment of SegWit (BIP141, BIP143, and BIP147)         consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].bit = 1;         consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].nStartTime = Consensus::BIP9Deployment::ALWAYS_ACTIVE;         consensus.vDeployments[Consensus::DEPLOYMENT_SEGWIT].
2 2018-02-11 05:18:34 <amansx> sorry flooded the chat :(
3 2018-02-11 05:19:05 <amansx> any suggestions why?
4 2018-02-11 05:27:32 <amansx> however I haven't enabled BIP34
5 2018-02-11 05:27:40 <amansx> would that be an issue?
6 2018-02-11 18:46:45 <tyrick_> jonasschnelli, (or anyone) I'm curious to learn how shifting this block prevents a null dereference issue? https://github.com/bitcoin/bitcoin/commit/10d10d7fadcf5f937c8e782224c5f2b34462856b
7 2018-02-11 18:53:54 <arubi> tyrick_, it's moved from ReceiveCoinsDialog::ReceiveCoinsDialog() to ReceiveCoinsDialog::setModel(),  expand the collapsed lines
8 2018-02-11 18:54:29 <tyrick_> ughhhh.  thx =)
9 2018-02-11 18:55:25 <arubi> :)