remove has_source param until wallet server bug is fixed

This commit is contained in:
Sean Yesmunt 2021-03-19 11:57:10 -04:00
parent 39790d800a
commit a8cc4cefb0
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -92,7 +92,7 @@ function ClaimTilesDiscover(props: Props) {
};
if (!ENABLE_NO_SOURCE_CLAIMS) {
options.has_source = true;
// options.has_source = true;
}
if (releaseTime) {