Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DigitalSecretary.sol #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

afagella
Copy link
Member

@afagella afagella commented Oct 1, 2019

Line 318: add changeFee functionality, sets cost of payable change functions for entities
Line 320: update mapping to store entities by ETH address instead of uint256 filing number
Line 325: add ETH address to Entity structure
Line 336: add annualFee functionality to track if entity paid annual fee
Line 367: add changeFee to constructor
Line 391: address of entity is msg.sender
Line 396: annualFee bool defaults “false” until annual fee is paid with function “payAnnualFee”
Line 400, 412: add ETH address and annualFee bool to structure
Line 439, 446, 453, 459, 467, 474, 478: add payable to change functions, change functions charge “changeFee”, “msg.sender” can only make changes to “msg.sender” entity

Line 318: add changeFee functionality, sets cost of payable change functions for entities
Line 320: update mapping to store entities by ETH address instead of uint256 filing number
Line 325: add ETH address to Entity structure
Line 336: add annualFee functionality to track if entity paid annual fee
Line 367: add changeFee to constructor
Line 391: address of entity is msg.sender
Line 396: annualFee bool defaults “false” until annual fee is paid with function “payAnnualFee” 
Line 400, 412: add ETH address and annualFee bool to structure
Line 439, 446, 453, 459, 467, 474, 478: add payable to change functions, change functions charge “changeFee”,  “msg.sender” can only make changes to “msg.sender” entity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant