From 348108628bf23df87d50e4d24192e9d444a03bd0 Mon Sep 17 00:00:00 2001 From: qvqc Date: Wed, 20 May 2020 10:30:53 -0400 Subject: [PATCH] update patch for release-v0.8 tag --- light_patch.diff | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/light_patch.diff b/light_patch.diff index 03f33a6..47a97ce 100644 --- a/light_patch.diff +++ b/light_patch.diff @@ -1,8 +1,8 @@ diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp -index c532b3764..6b3243de7 100644 +index 69d4652bb..efd04ca68 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp -@@ -3875,23 +3875,10 @@ bool simple_wallet::ask_wallet_create_if_needed() +@@ -3876,23 +3876,10 @@ bool simple_wallet::ask_wallet_create_if_needed() */ void simple_wallet::print_seed(const epee::wipeable_string &seed) { @@ -26,7 +26,7 @@ index c532b3764..6b3243de7 100644 putchar(*ptr); } putchar('\n'); -@@ -4639,40 +4626,9 @@ bool simple_wallet::try_connect_to_daemon(bool silent, uint32_t* version) +@@ -4640,40 +4627,9 @@ bool simple_wallet::try_connect_to_daemon(bool silent, uint32_t* version) */ std::string simple_wallet::get_mnemonic_language() { @@ -70,7 +70,7 @@ index c532b3764..6b3243de7 100644 } //---------------------------------------------------------------------------------------------------- boost::optional simple_wallet::get_and_verify_password() const -@@ -4777,11 +4733,9 @@ boost::optional simple_wallet::new_wallet(const boost::pr +@@ -4778,11 +4734,9 @@ boost::optional simple_wallet::new_wallet(const boost::pr "your wallet again (your wallet keys are NOT at risk in any case).\n") ; @@ -85,7 +85,7 @@ index c532b3764..6b3243de7 100644 return password; } -@@ -6618,17 +6572,6 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector