00:29:48 .merge+ 7705 7709 7710 7711 7712 00:29:48 Added 22:06:31 is there a way to develop faster anyone can recommend? if I'm making small changes to `simplewallet.cpp` is there a faster way to produce binaries than just running `make` again? 22:11:47 I assume you're running make -C build/..... simplewallet ? If not, do that. 22:13:47 oh, hrm, maybe not. subsequent builds seemed to go fast. idk why i had to recompile from 0 again just now 22:14:10 did you change branch? 22:14:50 but yes with `make -C builddir target` you can only compile the target you need 22:39:02 sweet, thanks 22:39:09 no, was just running `make` - that's it 22:43:32 way better - thanks :D 23:18:41 selsta: my PR is updated with mj-xmr's feedback, but I can't figure out how to get the wallet to exit cleanly 23:18:49 https://github.com/lalanza808/monero/pull/1/files 23:19:25 THROW_WALLET_EXCEPTION seems to just throw it back to the prompt, though anything you type you end up back in the password loop 23:19:59 will check if I find something 23:22:24 simple_wallet::close_wallet seemed promising but doesn't seem to close/exit 23:25:57 close_wallet does have m_wallet->store(); 23:26:07 right 23:26:32 unless it fails if the wallet is locked