Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Update DAO tx structure doc #171

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

Conversation

chimp1984
Copy link

Reflects recent changes from: bisq-network/bisq#3413

A transaction to send 10 BSQ could look like this:
- Inputs [1-n]: Mandatory BSQ inputs for BSQ transfer
- Inputs [1-n]: Mandatory BTC inputs for miner fee
- Output [1]: Mandatory BSQ output
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be Output [1-n]: Mandatory BSQ output(s)

We allow multiple BSQ outputs until availableInputValue doesn't cover the next output.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The genesis tx is doing this, although it's somewhat special I think it's still right to show that 1-n BSQ outputs are allowed.

- Inputs [1-n]: Mandatory BSQ inputs for BSQ fee
- Inputs [0-n]: Optional BTC inputs BSQ issuance and optionally miner fee
- Output [1]: Mandatory BSQ change output
- Outputs [1]: Mandatory issuance candidate output; before voted ok it is BTC afterwards newly issued BSQ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It only becomes BSQ after a vote of acceptance, might be worth noting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants