Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Ref #2954: Set required default wallet prefs (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored and Brandon-T committed Nov 19, 2020
1 parent 92bc57b commit c0852de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BraveRewardsUI/Extensions/BraveLedgerExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ extension BraveLedger {
return
}

self.minimumVisitDuration = 8
self.minimumNumberOfVisits = 1
self.allowVideoContributions = true
self.allowUnverifiedPublishers = true

let group = DispatchGroup()
var success = true
group.enter()
Expand Down

0 comments on commit c0852de

Please sign in to comment.