Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Stach <rene@duplicati.com>2017-10-28 11:23:48 +0300
committerGitHub <noreply@github.com>2017-10-28 11:23:48 +0300
commitdb0a81736c97c221da62ad0cc9155f7ae28c854c (patch)
tree425e54493961ab1247077782aea8c047aeb5e095 /Duplicati/CommandLine/Commands.cs
parent5411fb26ba44bbf0bfea423b3f50634c99cd1d27 (diff)
Update Bitcoin address in CLI
Diffstat (limited to 'Duplicati/CommandLine/Commands.cs')
-rw-r--r--Duplicati/CommandLine/Commands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/CommandLine/Commands.cs b/Duplicati/CommandLine/Commands.cs
index 711a0c58a..69dd8a148 100644
--- a/Duplicati/CommandLine/Commands.cs
+++ b/Duplicati/CommandLine/Commands.cs
@@ -481,7 +481,7 @@ namespace Duplicati.CommandLine
output.MessageEvent("Did we help save your files? If so, please support Duplicati with a donation. We suggest 10€ for private use and 100€ for commercial use.");
output.MessageEvent("");
output.MessageEvent("Paypal: http://goo.gl/P4XJ6S");
- output.MessageEvent("Bitcoin: 1L74qa1n5SFKwwyHhECTHBJgcf6WT2rJKf");
+ output.MessageEvent("Bitcoin: 1NVFTyj9NRA4pbrEPa5VkNqjviqVoKhBMt");
output.MessageEvent("***********************************************");
}