simpleswap.rb
1result!
2title "Single-use Address"
3instructions "Your single-use address has been created"
4
5DESCRIPTION =
6 "You can make a payment worth $20 or more to this address and " \
7 "it will be credited to your account at the current exchange rate " \
8 "(minus any exchange fees, often over $2) once fully confirmed.".freeze
9
10field(
11 var: "addresses",
12 label: "Address",
13 description: DESCRIPTION,
14 value: @addresses
15)