Skip to content

Commit

Permalink
fixup! msggen: Add stop method to generators
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jul 4, 2022
1 parent 4d7c612 commit 7c172ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/schemas/stop.request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"psbt"
],
"properties": {}
}

0 comments on commit 7c172ce

Please sign in to comment.