mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 13:14:56 +01:00
Fixed labels in watches and added tests
This commit is contained in:
@@ -332,9 +332,9 @@ main() {
|
||||
#
|
||||
# or...
|
||||
# POST http://192.168.111.152:8080/getnewaddress
|
||||
# BODY {"address_type":"bech32","label":"myLabel"}
|
||||
# BODY {"addressType":"bech32","label":"myLabel"}
|
||||
# BODY {"label":"myLabel"}
|
||||
# BODY {"address_type":"p2sh-segwit"}
|
||||
# BODY {"addressType":"p2sh-segwit"}
|
||||
# BODY {}
|
||||
|
||||
# Let's make it work even for a GET request (equivalent to a POST with empty json object body)
|
||||
|
||||
Reference in New Issue
Block a user