bch.rb
1result!
2title "Activate using Bitcoin Cash"
3
4field(
5 label: "Minimual initial Bitcoin Cash deposit for activation",
6 var: "amount",
7 value: "%.6f" % @amount
8)
9
10field(
11 label: "Bitcoin Cash address",
12 var: "bch_addresses",
13 value: @addr
14)
15
16instructions "You will received a notification when your payment is complete."