diff --git a/cli-scripts/apply-taa b/cli-scripts/apply-taa index f59bdf0..f23c8eb 100644 --- a/cli-scripts/apply-taa +++ b/cli-scripts/apply-taa @@ -109,5 +109,4 @@ did use ${useDid} # ================================================================================================================================================================= wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/create-signed-cred-def b/cli-scripts/create-signed-cred-def index ee597a0..8491442 100644 --- a/cli-scripts/create-signed-cred-def +++ b/cli-scripts/create-signed-cred-def @@ -114,5 +114,4 @@ did use ${authorDid} ledger cred-def sign=true endorser=${endorserDid} schema_id=${schemaId} signature_type=${signatureType} tag=${tag} primary=${primaryKey} ledger save-transaction file=${outputFile} wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/create-signed-schema b/cli-scripts/create-signed-schema index 8e9b95b..9b93435 100644 --- a/cli-scripts/create-signed-schema +++ b/cli-scripts/create-signed-schema @@ -108,5 +108,4 @@ ledger schema sign=true endorser=${endorserDid} name=${schemaName} version=${sch ledger save-transaction file=${outputFile} did list wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/create-wallet b/cli-scripts/create-wallet index 0ddabf1..32a1f38 100644 --- a/cli-scripts/create-wallet +++ b/cli-scripts/create-wallet @@ -46,5 +46,4 @@ wallet open ${walletName} key storage_credentials=${storageCredentials} did new seed did list wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/did-list b/cli-scripts/did-list index cbbf27d..8df6ce5 100644 --- a/cli-scripts/did-list +++ b/cli-scripts/did-list @@ -42,5 +42,4 @@ load-plugin library=libindystrgpostgres.so initializer=postgresstorage_init wallet open ${walletName} key storage_credentials=${storageCredentials} did list wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/endorse-transaction b/cli-scripts/endorse-transaction index 62dd371..f0eedf1 100644 --- a/cli-scripts/endorse-transaction +++ b/cli-scripts/endorse-transaction @@ -83,5 +83,4 @@ ledger load-transaction file=${inputFile} ledger sign-multi ledger save-transaction file=${outputFile} wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/export-wallet b/cli-scripts/export-wallet index 88b7292..f76c059 100644 --- a/cli-scripts/export-wallet +++ b/cli-scripts/export-wallet @@ -49,5 +49,4 @@ load-plugin library=libindystrgpostgres.so initializer=postgresstorage_init wallet open ${walletName} key storage_credentials=${storageCredentials} wallet export export_path=${exportPath} export_key wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit diff --git a/cli-scripts/import-wallet b/cli-scripts/import-wallet index badac2b..7bf7baa 100644 --- a/cli-scripts/import-wallet +++ b/cli-scripts/import-wallet @@ -48,5 +48,4 @@ wallet import ${walletName} key export_path=${importPath} export_key storage_typ wallet open ${walletName} key storage_credentials=${storageCredentials} did list wallet close -wallet detach ${walletName} -exit \ No newline at end of file +exit