summarylogtreecommitdiffstats
path: root/haveno-reto.install
diff options
context:
space:
mode:
Diffstat (limited to 'haveno-reto.install')
-rw-r--r--haveno-reto.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/haveno-reto.install b/haveno-reto.install
new file mode 100644
index 000000000000..13b593f9581a
--- /dev/null
+++ b/haveno-reto.install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ echo ">> There have been reports of trades and XMR being lost after"
+ echo ">> upgrades. See https://reddit.com/r/Monero/comments/1d07xa5"
+ echo ">> and https://reddit.com/r/Monero/comments/1d1d5s0 for more."
+ echo ">>"
+ echo ">> The Reto network is unofficial. Do not trade more than you're"
+ echo ">> willing to lose!"
+}
+
+post_install() {
+ post_upgrade
+}