mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopdb: fix description of BaseDB.ExecTx
This commit is contained in:
parent
2847e83fcf
commit
d341448568
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ func (db *BaseDB) BeginTx(ctx context.Context,
|
|||
}
|
||||
|
||||
// ExecTx is a wrapper for txBody to abstract the creation and commit of a db
|
||||
// transaction. The db transaction is embedded in a `*postgres.Queries` that
|
||||
// transaction. The db transaction is embedded in a `*sqlc.Queries` that
|
||||
// txBody needs to use when executing each one of the queries that need to be
|
||||
// applied atomically.
|
||||
func (db *BaseDB) ExecTx(ctx context.Context, txOptions TxOptions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue