Skip to content

Commit

Permalink
added view to paymentToken()
Browse files Browse the repository at this point in the history
  • Loading branch information
david-littlefarmer committed Sep 18, 2024
1 parent 20aa5d3 commit 32f5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/ERC1155/utility/sale/IERC1155Sale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface IERC1155SaleFunctions {
* @return Payment token address.
* @notice address(0) indicates payment in ETH.
*/
function paymentToken() external returns (address);
function paymentToken() external view returns (address);

/**
* Mint tokens.
Expand Down

0 comments on commit 32f5f3c

Please sign in to comment.