Skip to content

Commit

Permalink
typo, fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shyba committed Mar 11, 2021
1 parent 7309cde commit 8d1e3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbry/wallet/server/db/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def update_claims(self, txos: List[Output], header):
UPDATE claim SET
txo_hash=:txo_hash, tx_position=:tx_position, amount=:amount, height=:height,
claim_type=:claim_type, media_type=:media_type, stream_type=:stream_type,
timestamp=:timestamp, fee_amount=:fee_amount, fee_currency=:fee_currency, no_source=:no_source
timestamp=:timestamp, fee_amount=:fee_amount, fee_currency=:fee_currency, no_source=:no_source,
title=:title, duration=:duration, description=:description, author=:author, reposted_claim_hash=:reposted_claim_hash,
release_time=CASE WHEN :release_time IS NOT NULL THEN :release_time ELSE release_time END
WHERE claim_hash=:claim_hash;
Expand Down

0 comments on commit 8d1e3a1

Please sign in to comment.