Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Rollback on create_credential privkey error
If the private key checks in create_credential fail, the SQL transaction is now rolled back. This fixes SQL transaction errors and possible incomplete credentials being created if there are multiple GMP commands per connection and one of them is create_credential failing because of the private key.
- Loading branch information