From aeebee115c72a7044c78e52c89e5bc0847e2290c Mon Sep 17 00:00:00 2001 From: lnedry Date: Wed, 28 Aug 2024 09:35:56 -0400 Subject: [PATCH] Spelling correction in Changes.md Corrected spelling for function name. --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 00327e15f..29017dab8 100644 --- a/Changes.md +++ b/Changes.md @@ -46,7 +46,7 @@ - client_pool.get_client & release_client: arity of 5 -> 2 - mx_lookup: make it async/await - mx_lookup: deleted. Logic moved into net_utils #3322 - - use net_utils.HarkaMx for get_mx parsing #3344 + - use net_utils.HarakaMx for get_mx parsing #3344 - emit log message when ignoring local MX #3285 - pass in config when initiating txn #3315 - minor es6 updates #3315, #3322