remove has_source param until wallet server bug is fixed
This commit is contained in:
parent
39790d800a
commit
a8cc4cefb0
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ function ClaimListDiscover(props: Props) {
|
|||
};
|
||||
|
||||
if (!ENABLE_NO_SOURCE_CLAIMS) {
|
||||
options.has_source = true;
|
||||
// options.has_source = true;
|
||||
}
|
||||
|
||||
if (feeAmountParam && claimType !== CS.CLAIM_CHANNEL) {
|
||||
|
|
|
@ -92,7 +92,7 @@ function ClaimTilesDiscover(props: Props) {
|
|||
};
|
||||
|
||||
if (!ENABLE_NO_SOURCE_CLAIMS) {
|
||||
options.has_source = true;
|
||||
// options.has_source = true;
|
||||
}
|
||||
|
||||
if (releaseTime) {
|
||||
|
|
Loading…
Reference in a new issue