Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 16, 2023
1 parent 8a26bbf commit 31bc3a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/plugins/assets/RTokenAsset.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ contract RTokenAsset is IAsset, VersionedAsset, IRTokenOracle {
if (msg.sender != address(assetRegistry)) assetRegistry.refresh();
furnace.melt();

cachedOracleData.cachedAtTime = 0; // clear oracle cache
cachedOracleData.cachedAtTime = 0; // force oracle refresh
}

/// Should not revert
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BlueOak-1.0.0
pragma solidity 0.8.19;

import "../RTokenAsset.sol";
import "./CurveStableMetapoolCollateral.sol";

/**
Expand Down

0 comments on commit 31bc3a5

Please sign in to comment.