Skip to content

Commit

Permalink
fix: Get account info for beacon proxy on reclaim
Browse files Browse the repository at this point in the history
  • Loading branch information
codynhat committed Sep 15, 2022
1 parent f03eaec commit 8c25099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pco-license/facets/CFAReclaimerFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract CFAReclaimerFacet is CFABasePCOFacetModifiers {
// TODO This is a temporary solution to get the time when the flow is closed
(uint256 startTime, , , ) = cs.cfaV1.cfa.getAccountFlowInfo(
ds.paramsStore.getPaymentToken(),
ds.paramsStore.getBeneficiary()
address(this)
);
uint256 _length = ds.paramsStore.getReclaimAuctionLength();

Expand Down

0 comments on commit 8c25099

Please sign in to comment.