mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 09:43:23 +00:00
Fix tests
This commit is contained in:
@ -462,6 +462,10 @@ class RobotViewSchema:
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Armored ASCII PGP public key block",
|
"description": "Armored ASCII PGP public key block",
|
||||||
},
|
},
|
||||||
|
"nostr_pubkey": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Nostr public key in hex format",
|
||||||
|
},
|
||||||
"wants_stealth": {
|
"wants_stealth": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": False,
|
"default": False,
|
||||||
|
@ -846,6 +846,9 @@ paths:
|
|||||||
public_key:
|
public_key:
|
||||||
type: string
|
type: string
|
||||||
description: Armored ASCII PGP public key block
|
description: Armored ASCII PGP public key block
|
||||||
|
nostr_pubkey:
|
||||||
|
type: string
|
||||||
|
description: Nostr public key in hex format
|
||||||
wants_stealth:
|
wants_stealth:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
Reference in New Issue
Block a user