Skip to content

Commit

Permalink
Merge pull request #1190 from brave/grant-notification
Browse files Browse the repository at this point in the history
Clears grant after successful claim
  • Loading branch information
NejcZdovc authored Dec 27, 2018
2 parents 3269662 + 8e415bc commit cd982e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/bat-native-ledger/src/ledger_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ void LedgerImpl::OnGrantFinish(ledger::Result result, const braveledger_bat_help
newGrant.altcurrency = grant.altcurrency;
newGrant.probi = grant.probi;
newGrant.expiryTime = grant.expiryTime;
newGrant.promotionId = grant.promotionId;

ledger_client_->OnGrantFinish(result, newGrant);
}
Expand Down

0 comments on commit cd982e3

Please sign in to comment.