[03:50:24] @aguycalled I'm having some trouble with creating a cfund proposal in qt. I am essentially copy pasting code from the functions in rpcwallet.cpp: createproposal andSendMoney. Upon reaching the line of code if (!pwalletMain->CommitTransaction(wtx, reservekey)) seen in rpcwallet.cpp at line 426, I get a segmentation fault. The transaction I am trying to create is successfully created, but cannot be committed. [04:53:34] https://blockfolio.com/coin/PIVX/signal/gr9puoGHg2 [04:53:45] Bookmarking [09:21:50] @Hayden could i see the code? [21:04:31] might not be completely up to date with haydens, but I had a similar issue for when I attempted to implement it [21:05:22] https://pastebin.com/pdsVFCX5 [21:06:22] there are one or two rpc functions there that are called for the moment such as EnsureWalletIsUnlocked, but we are taking them out [21:07:12] @aguycalled ^ [21:09:47] i believe hayden was having the problem where he could sucessfully call the SendMoney function from the RPC to create a proposal. But as he copied over the code from that function (ensuring it was the same) the wallet segfaults at CommitTransaction [21:18:16] is there a branch with this code i can build to reproduce the issue? [21:23:07] https://github.com/dy5es41/navcoin-core/tree/communityfund [23:02:49] my build stops here qt_navcoin_qt_SOURCES += qt/macdockiconhandler.mm qt/macnotificationhandler.mm make[2]: qt_navcoin_qt_SOURCES: No such file or directory