summarylogtreecommitdiffstats
path: root/bitcanna-wallet-bin.install
blob: 7564a2f7066d706d026be4cac3027925d4b2db28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
  cat <<__EOT__
This wallet build (v$1) will hard fork the chain at block 2286271,
expected to take place on 2021-09-24 at 12:00 UTC.

Please see

 ⌘ https://www.bitcanna.io/hard-fork-announcement-v1-0-3/
 ⌘ https://www.bitcanna.io/bitcanna-cosmos-launch-full-update/

for details.
__EOT__
}

post_upgrade() {
  post_install "$1"
}