mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
chore: fix some function names
Signed-off-by: drawdrop <cricis@icloud.com>
This commit is contained in:
parent
44d46010a0
commit
b4193dfb28
3 changed files with 3 additions and 3 deletions
|
|
@ -283,7 +283,7 @@ func testSqliteLoopInStore(t *testing.T, pendingSwap LoopInContract) {
|
|||
require.NoError(t, err)
|
||||
}
|
||||
|
||||
// TestLiquidityParams checks that reading and writing to liquidty bucket are
|
||||
// TestSqliteLiquidityParams checks that reading and writing to liquidty bucket are
|
||||
// as expected.
|
||||
func TestSqliteLiquidityParams(t *testing.T) {
|
||||
ctxb := context.Background()
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ func MapSQLError(err error) error {
|
|||
return err
|
||||
}
|
||||
|
||||
// parsePostgresError attempts to parse a sqlite error as a database agnostic
|
||||
// parseSqliteError attempts to parse a sqlite error as a database agnostic
|
||||
// SQL error.
|
||||
func parseSqliteError(sqliteErr *sqlite.Error) error {
|
||||
switch sqliteErr.Code() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue