This commit is contained in:
Riccardo Casatta 2020-11-18 09:27:01 +01:00
parent b79fa27aa4
commit ae16c8b602
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View File

@ -110,7 +110,7 @@ pub trait ElectrumLikeSync {
for el in flattened {
// el.height = -1 means unconfirmed with unconfirmed parents
// el.height = 0 means unconfirmed with confirmed parents
// but we threat those tx the same
// but we treat those tx the same
if el.height <= 0 {
txid_height.insert(el.tx_hash, None);
} else {