mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
small daod comments
This commit is contained in:
@@ -1116,7 +1116,7 @@ def main(argv):
|
||||
|
||||
################################################
|
||||
# Mint the governance token
|
||||
# Send it to two hodlers
|
||||
# Send it to three hodlers
|
||||
################################################
|
||||
|
||||
# Hodler 1
|
||||
@@ -1220,6 +1220,7 @@ def main(argv):
|
||||
|
||||
################################################
|
||||
# Proposal is accepted!
|
||||
# Start the voting
|
||||
################################################
|
||||
|
||||
# Lets the voting begin
|
||||
@@ -1233,6 +1234,10 @@ def main(argv):
|
||||
# 1. there is a time limit
|
||||
# 2. both the MPC or users can unblind
|
||||
|
||||
# TODO: bug if I vote then send money, then we can double vote
|
||||
# TODO: all timestamps missing
|
||||
# - timelock (future voting starts in 2 days)
|
||||
|
||||
# User 1: YES
|
||||
builder = VoteTxBuilder(ec)
|
||||
builder.add_input(witness, gov_secret_1, gov_user_1_note)
|
||||
|
||||
Reference in New Issue
Block a user