Fix silent merge conflict introduced in d3ddf15357589ed10f4c844dc22
[rust-lightning] / lightning / src / ln / monitor_tests.rs
index 275b28e4c515ec69632e6218d320c3753f546b23..260b4d7c0c60764bf3fb3a84f0cd3595e5808fc1 100644 (file)
@@ -2572,7 +2572,7 @@ fn test_anchors_aggregated_revoked_htlc_tx() {
                        check_spends!(revoked_htlc_claim, htlc_tx);
                }
 
-               let mut revoked_claim_transaction_map = HashMap::new();
+               let mut revoked_claim_transaction_map = new_hash_map();
                for current_tx in txn.into_iter() {
                        revoked_claim_transaction_map.insert(current_tx.txid(), current_tx);
                }