Results 443 comments of Friedger

@jcnelson There is a [burnchain op code definition](https://github.com/stacksgov/sips/blob/a7f2e58ec90c12ee1296145562eec75029b89c48/sips/sip-015/sip-015-network-upgrade.md#new-burnchain-transaction-delegate-stx) for `delegate-stx`, but there is not for `revoke-delegate-stx`

I fear that the synthetic events for `delegate-stx` are not relevant if we don't have events for `revoke-delegate-stx`. @jcnelson

@wileyj this issue is about burn chain operation. Currently, it is not possible to revoke via a btc tx.

I was not able to send max BTC. It is really hard to empty an address! I used custom fees so that the fees + transferred amount = current balance....

My issue is probably more related to adding always a change address if not using sendMax: https://github.com/leather-wallet/extension/blob/d8e0088e97fbe8c195c6040c05764322c112faf4/src/app/common/transactions/bitcoin/utils.ts#L175 I created the tx with the full amount using custom fee because sendMax...

@314159265359879 I have three utxos above the dust limit, they are used, I see them in console log as coin selection. The dust amount changes with the fee that I...

#5472 addresses the issue when not using "send max", but still sending the max amount.

When this issue is solved, then #3139 can be closed as well.

I experienced that sending max does indeed send all btc , however, the display is wrong. The "Sending" amount is correct, however, the "Total spend" is wrong. Also, the broadcasted...

I don't know where the higher fee comes from. Maybe from "high" fee option, however, I think it is more a problem of determine the size.