Skip to content

Commit

Permalink
Merge revault#101: Spend in get_spend_tx and set_spend_tx messages...
Browse files Browse the repository at this point in the history
509a48a Spend in get_spend_tx and set_spend_tx messages... (Daniela Brozzoni)

Pull request description:

  ...serialized in base64 instead of hex.

  Closes revault#94

ACKs for top commit:
  darosior:
    ACK 509a48a

Tree-SHA512: 0f06af0a55b8d97dcbd5857a727d37648dc2f827a3f772ff5617904e8aa362000f970b4d5c694cc3d3af95e06ec1e3059c9d0dcaa1b432687ab3e0244e470943
  • Loading branch information
darosior committed Sep 16, 2021
2 parents 1ec2c92 + 509a48a commit 18931ea
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 18931ea

Please sign in to comment.