Skip to content

Commit 0a80fbe

Browse files
authored
Merge branch 'main' into linds/publish-augmentation-hook-examples
2 parents 586da66 + 4585af4 commit 0a80fbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/contracts/contracts/web3call/augment-hooks/abstractPMPAugmentHook.sol renamed to packages/contracts/contracts/web3call/augment-hooks/AbstractPMPAugmentHook.sol

File renamed without changes.

packages/contracts/contracts/web3call/augment-hooks/InjectTokenHashSeed.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ contract InjectTokenHashSeed is AbstractPMPAugmentHook {
4747
augmentedTokenParams[i] = tokenParams[i];
4848
}
4949

50-
// get + inject the token owner into the new array
50+
// get + inject the token hash seed into the new array
5151
bytes12 tokenHashSeed = IGenArt721CoreContractExposesHashSeed(
5252
coreContract
5353
).tokenIdToHashSeed(tokenId);

0 commit comments

Comments
 (0)