Skip to content

Commit

Permalink
contracts: Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Mar 25, 2024
1 parent 29eadd2 commit 0381401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/test/TestContracts/LiquityMathTester.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract LiquityMathTester {
}

// Non-view wrapper for gas test
function callDecPowTx(uint _base, uint _n) external returns (uint) {
function callDecPowTx(uint _base, uint _n) external pure returns (uint) {
return LiquityMath._decPow(_base, _n);
}

Expand Down

0 comments on commit 0381401

Please sign in to comment.