Portis/MM don't always use async
functions
#456
Labels
tech-debt
A suboptimality that existed in code when it was written.
async
functions
#456
For legacy reasons,
hdwallet-portis
andhdwallet-metamask
have various functions which return explicitly constructedPromise
s instead of usingasync
functions. These should all be modernized to useasync
functions.Fixed by #419.
The text was updated successfully, but these errors were encountered: