Skip to content

Commit

Permalink
Merge branch 'jouzo/spv_createhtlc' of https://github.com/DeFiCh/jell…
Browse files Browse the repository at this point in the history
…yfish into jouzo/spv_createhtlc
  • Loading branch information
Jouzo committed Aug 2, 2021
2 parents fb8f306 + 81ff031 commit 3f4944c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/jellyfish/api/spv.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ interface spv {

interface CreateHtlcOptions {
timeout: string
seed?: string
seedhash?: string
}

interface CreateHtlcResult {
address: string
redeemScript: string
seed: number
seedhash: string
seed?: number
seedhash?: string
}
```

0 comments on commit 3f4944c

Please sign in to comment.