File tree 2 files changed +4
-2
lines changed
components/brave_rewards/browser
vendor/bat-native-ledger/src/bat/ledger/internal/contribution
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2958,11 +2958,11 @@ IN_PROC_BROWSER_TEST_F(
2958
2958
contents (),
2959
2959
" [data-test-id='activity-table-body'] tr:nth-of-type(1) "
2960
2960
" td:nth-of-type(3)" ,
2961
- " 20.000BAT28 .60 USD" );
2961
+ " 20.0BAT28 .60 USD" );
2962
2962
2963
2963
rewards_service_browsertest_utils::WaitForElementToEqual (
2964
2964
contents (),
2965
2965
" [data-test-id='activity-table-body'] tr:nth-of-type(2) "
2966
2966
" td:nth-of-type(3)" ,
2967
- " 30.000BAT42 .90 USD" );
2967
+ " 30.0BAT42 .90 USD" );
2968
2968
}
Original file line number Diff line number Diff line change 5
5
6
6
#include < utility>
7
7
8
+ #include " base/guid.h"
8
9
#include " bat/ledger/internal/contribution/contribution_tip.h"
9
10
#include " bat/ledger/internal/ledger_impl.h"
10
11
@@ -74,6 +75,7 @@ void ContributionTip::ServerPublisher(
74
75
queue_list.push_back (std::move (publisher));
75
76
76
77
auto queue = ledger::ContributionQueue::New ();
78
+ queue->id = base::GenerateGUID ();
77
79
queue->type = ledger::RewardsType::ONE_TIME_TIP;
78
80
queue->amount = amount;
79
81
queue->partial = false ;
You can’t perform that action at this time.
0 commit comments