Skip to content

Commit

Permalink
Spend in get_spend_tx and set_spend_tx messages...
Browse files Browse the repository at this point in the history
...serialized in base64 instead of hex.

Closes revault#94
  • Loading branch information
danielabrozzoni committed Aug 27, 2021
1 parent 1ec2c92 commit 509a48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ set of Unvault.
"method": "set_spend_tx",
"params": {
"deposit_outpoint": ["txid:vout", "txid:vout"],
"spend_tx": "hex of Bitcoin-serialized fully-signed spend transaction"
"spend_tx": "base64 of Bitcoin-serialized fully-signed spend transaction"
}
}
```
Expand Down Expand Up @@ -366,7 +366,7 @@ return `null`.
```json
{
"result": {
"spend_tx": "hex of Bitcoin-serialized spend tx"
"spend_tx": "base64 of Bitcoin-serialized spend tx"
}
}
```
Expand Down

0 comments on commit 509a48a

Please sign in to comment.