]> Untitled Git - bdk/commitdiff
fix typo
authorRiccardo Casatta <riccardo@casatta.it>
Wed, 18 Nov 2020 08:27:01 +0000 (09:27 +0100)
committerRiccardo Casatta <riccardo@casatta.it>
Wed, 18 Nov 2020 08:27:01 +0000 (09:27 +0100)
src/blockchain/utils.rs

index 4b3e232f11ea68de18c31a6f25fa6eba9df21551..d2e8f9908eb9934668cb8a6ef24af3c5759a58d7 100644 (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 {