-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use Multiaddr as class name (#352)
Cosmetic change ahead. When logging multaddrs in browsers `DefaultMultiaddr` appears in the console. It's called this to prevent a collision with the `Multiaddr` TypeScript interface name. The interfaces are removed at compile time so here we import the interface with a different name, freeing up the `Multiaddr` symbol to be used as the class name.
- Loading branch information
1 parent
21938b5
commit 35348cd
Showing
2 changed files
with
290 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.