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

Commit ea35fe3

Browse files
Merge #4038
4038: Remove redundant [] in backupPhrase doc example r=KtorZ a=Anviking ## Description Mirroring cardano-foundation/cardano-wallet#263 ## Linked issue cardano-foundation/cardano-wallet#263 Co-authored-by: anviking <[email protected]>
2 parents 9f103b8 + 4c2bb2b commit ea35fe3

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)