DESCRIPTION =
	"You can make a Bitcoin Cash payment of any amount to any " \
	"of these addresses and it will be credited to your " \
	"account at the Canadian Bitcoins exchange rate within 5 " \
	"minutes of your transaction reaching 3 confirmations.".freeze

if @bch_addresses && !@bch_addresses.empty?
	field(
		var: "bch_addresses",
		type: "fixed",
		label: "Bitcoin Cash Addresses",
		description: DESCRIPTION,
		value: @bch_addresses
	)
end
