small daod comments

This commit is contained in:
narodnik
2022-05-27 14:43:42 +02:00
parent e455b370c8
commit 575d1cc413

View File

@@ -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)