Tiny spellcheck fix in comment

This commit is contained in:
Dave Hrycyszyn
2021-12-02 13:13:03 +00:00
parent 7927846390
commit 52777efc53
+1 -1
View File
@@ -172,7 +172,7 @@ export const MainContextProvider: React.FC = ({ children }) => {
});
}
} else {
// 2. if mixnode data DOESNT already exist, fetch this specific ID's information.
// 2. if mixnode data DOESN'T already exist, fetch this specific ID's information.
try {
const data = await Api.fetchMixnodeByID(id);
// a) fetches from cache^, then API, then filters down then dumps in `mixnodes` context.