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

Disable unwanted incomplete transactions #17

Open
ameba23 opened this issue Jun 1, 2018 · 1 comment
Open

Disable unwanted incomplete transactions #17

ameba23 opened this issue Jun 1, 2018 · 1 comment
Labels
for later This is not a priority yet

Comments

@ameba23
Copy link
Member

ameba23 commented Jun 1, 2018

Suppose there is a decision not to sign a transaction. For example the cosigner checks it and notices a decimal point is in the wrong place and wants to not sign it and to make sure no one else does either.

How could we make it easy to mark it as 'disabled' in a consensual way (to not make it possible to disable a payment without some group agreement).

@ameba23 ameba23 added the for later This is not a priority yet label Jun 1, 2018
@nikolai-b
Copy link
Member

Good question. I think hide is a better term as they aren't disabled, the unsigned hex is on ssb. I guess the obvious solutions would be:

  1. Given this is mean to have high levels of trust then we could let anyone hide.
  2. We could set the hide to be the same as the wallet, n of m
  3. Only the creator can hide

Personally I think 1 is fine but agreed, for later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for later This is not a priority yet
Projects
None yet
Development

No branches or pull requests

2 participants