-
selsta.merge+ 7705 7709 7710 7711 7712
-
xmr-prAdded
-
lza_menace[m]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?
-
moneromoooI assume you're running make -C build/..... simplewallet ? If not, do that.
-
lza_menace[m]oh, hrm, maybe not. subsequent builds seemed to go fast. idk why i had to recompile from 0 again just now
-
selstadid you change branch?
-
selstabut yes with `make -C builddir target` you can only compile the target you need
-
lza_menace[m]sweet, thanks
-
lza_menace[m]no, was just running `make` - that's it
-
lza_menace[m]way better - thanks :D
-
lza_menace[m]selsta: my PR is updated with mj-xmr's feedback, but I can't figure out how to get the wallet to exit cleanly
-
lza_menace[m]
-
lza_menace[m]THROW_WALLET_EXCEPTION seems to just throw it back to the prompt, though anything you type you end up back in the password loop
-
selstawill check if I find something
-
lza_menace[m]simple_wallet::close_wallet seemed promising but doesn't seem to close/exit
-
selstaclose_wallet does have m_wallet->store();
-
lza_menace[m]right
-
selstaunless it fails if the wallet is locked