mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Remove redundant return from void function
This commit is contained in:
parent
a935ae0711
commit
9970419b3a
@ -112,7 +112,6 @@ static void wallet_stmt2invoice_details(const tal_t *ctx,
|
||||
}
|
||||
|
||||
dtl->bolt11 = tal_strndup(ctx, sqlite3_column_blob(stmt, 9), sqlite3_column_bytes(stmt, 9));
|
||||
return;
|
||||
}
|
||||
|
||||
struct invoices *invoices_new(const tal_t *ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user