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