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

just a few rewrites #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started/payout_campaign.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Paying out to a Beneficiary
A Beneficiary is the recipient of funds from a successful campaign on Weifund. Beneficiaries are addresses on Ethereum are with simple account addresses or another smart contract. Funds are typically stored in the campaign smart contracts until the campaign ends. To have the funds transferred to the Beneficiary, a payout transaction must be sent to the campaign smart contract system. Currently anyone can access Payout functions of Standard Campaigns. It is of course possible to restrict access to the payout function. Payout functions that receive these transactions are often access restricted, which means only the owner of the beneficiary account will be able to withdraw the campaign funds.
A Beneficiary is the recipient of funds from a successful campaign on Weifund. Beneficiaries are simply Ethereum addresses; they can be simple account addresses or another smart contract. Funds are typically stored in the campaign smart contracts until the campaign ends. To have the funds transferred to the Beneficiary, a payout transaction must be sent to the campaign smart contract system. By default anyone can initiate the payout functions of Standard Campaigns, however it is of course possible to restrict this access, and irrelevant to who initiates the payout, only the owner of the beneficiary account will be able to receive the campaign funds.


**To Payout Funds to a Beneficiary** <br/>
Expand Down