Skip to content

Commit

Permalink
Revert unintentional context change from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Mar 20, 2023
1 parent dc38eb6 commit 72eefbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/rescan.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (w *Wallet) saveRescanned(ctx context.Context, hash *chainhash.Hash, txs []
if err != nil {
return err
}
_, err = w.processTransactionRecord(context.Background(), dbtx, rec, header, &blockMeta)
_, err = w.processTransactionRecord(ctx, dbtx, rec, header, &blockMeta)
if err != nil {
return err
}
Expand Down

0 comments on commit 72eefbe

Please sign in to comment.