Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stopping exception if rpc name does not contain dot (#3)
Name may not be `class.method` if `INetworkInfoProvider` doesn't return it in that format. This is mostly a safety check just incase because `INetworkInfoProvider` should return `class.method` where possible
- Loading branch information