Not sure how this happened.

This commit is contained in:
Kris Nuttycombe 2020-12-03 10:10:37 -07:00
parent 4e608216c1
commit e96578195a
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ impl<'a> WalletRead for &'a WalletDB {
diversifier = :diversifier,
value = :value,
rcm = :rcm,
nf = IFNULL(:memo, nf),
memo = IFNULL(:nf, memo),
nf = IFNULL(:nf, nf),
memo = IFNULL(:memo, memo),
is_change = IFNULL(:is_change, is_change)
WHERE tx = :tx AND output_index = :output_index",
)?,