Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbollen committed Jan 31, 2024
1 parent cd2d368 commit 3b1c6f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/multitoken-graph/Hub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ contract Hub is ERC1155 {

function registerHuman(bytes32 _optionalIpfsCid) external {
// only available for v1 users with stopped mint, for initial bootstrap period
//
//
//require(trusts(_inviter, msg.sender), "");
// todo: v1 stopped & enable migration
//require(...);
Expand All @@ -92,12 +92,12 @@ contract Hub is ERC1155 {

function inviteHuman(address _human, bytes32 _optionalIpfsCid) external {
// works from the start (ie. also during bootstrap period)
// inviter burns 2x welcome bonus
// inviter burns 2x welcome bonus
// invited receives welcome bonus
// inviter trusts invited
// invited can still setup migration from v1; simply not initiate registerHuman anymore
// require(

// )
}

Expand Down

0 comments on commit 3b1c6f9

Please sign in to comment.