change channel deposits to 0.01

This commit is contained in:
Sean Yesmunt 2020-04-21 09:57:21 -04:00
parent 8cf178ba79
commit 58e6419c7b

View file

@ -28,7 +28,7 @@ class ChannelCreate extends React.PureComponent<Props, State> {
this.state = {
newChannelName: '',
newChannelBid: 0.1,
newChannelBid: 0.01,
creatingChannel: false,
newChannelNameError: '',
newChannelBidError: '',