change channel deposits to 0.01
This commit is contained in:
parent
8cf178ba79
commit
58e6419c7b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class ChannelCreate extends React.PureComponent<Props, State> {
|
|||
|
||||
this.state = {
|
||||
newChannelName: '',
|
||||
newChannelBid: 0.1,
|
||||
newChannelBid: 0.01,
|
||||
creatingChannel: false,
|
||||
newChannelNameError: '',
|
||||
newChannelBidError: '',
|
||||
|
|
Loading…
Add table
Reference in a new issue