mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 12:55:13 +00:00
Update publish.js
Raise default minimum bid
This commit is contained in:
parent
1f85715038
commit
ac8a64f5e5
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ var PublishPage = React.createClass({
|
||||||
channels: null,
|
channels: null,
|
||||||
rawName: '',
|
rawName: '',
|
||||||
name: '',
|
name: '',
|
||||||
bid: 1,
|
bid: 10,
|
||||||
hasFile: false,
|
hasFile: false,
|
||||||
feeAmount: '',
|
feeAmount: '',
|
||||||
feeCurrency: 'USD',
|
feeCurrency: 'USD',
|
||||||
|
|
Loading…
Add table
Reference in a new issue