docs(erc1155): correct ERC1155Holder.sol import (#3250)

pull/3251/head
Vuong Tru 3 years ago committed by GitHub
parent f2a311dc4a
commit c72281ea45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/modules/ROOT/pages/erc1155.adoc

@ -136,7 +136,7 @@ In order for our contract to receive ERC1155 tokens we can inherit from the conv
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC1155/ERC1155Holder.sol";
import "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol";
contract MyContract is ERC1155Holder {
}

Loading…
Cancel
Save