Skip to content

Commit 04852d0

Browse files
author
Jenita
committed
feat: track witness set for transaction
Signed-off-by: Jenita <jkawan@blinklabs.io>
1 parent 6f5b11b commit 04852d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/plugin/metadata/sqlite/transaction.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ func (d *MetadataStoreSqlite) SetTransaction(
308308
}
309309
ws := tx.Witnesses()
310310
if ws != nil {
311-
312311
// Add Vkey Witnesses
313312
for _, vkey := range ws.Vkey() {
314313
keyWitness := models.KeyWitness{

0 commit comments

Comments
 (0)