Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 225de6c

Browse files
authored
Remove redundant [] in backupPhrase doc example
Mirroring input-output/cardano-wallet#263
1 parent 9f103b8 commit 225de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/src/Cardano/Wallet/API/V1/Swagger.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ curl -X POST https://localhost:8090/api/v1/wallets \
398398
--cacert ./scripts/tls-files/ca.crt \
399399
-d '{
400400
"operation": "create",
401-
"backupPhrase": [$deMnemonicExample],
401+
"backupPhrase": $deMnemonicExample,
402402
"assuranceLevel": "normal",
403403
"name": "MyFirstWallet",
404404
"spendingPassword": "5416b2988745725998907addf4613c9b0764f04959030e1b81c603b920a115d0"

0 commit comments

Comments
 (0)