import React, { Component } from 'react' import PropTypes from 'prop-types' import CurrencyIcon from 'components/CurrencyIcon' import styles from './StepTwo.scss' class StepTwo extends Component { render() { const { local_amt, setLocalAmount } = this.props return (
Local amount is the amount of bitcoin that you would like to commit to the channel. This is the amount that will be sent in an on-chain transaction to open your Lightning channel.