这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static IWeb3ServiceCollection UseJsonRpcProvider(this IWeb3ServiceCollect
serviceCollection.AssertServiceNotBound<IEvmProvider>();

// register Service with IEvmProvider as a Contract Type
// and JsonRpcProvider as Implmentation Type
// and JsonRpcProvider as Implementation Type
serviceCollection.AddSingleton<IEvmProvider, JsonRpcProvider>();
return serviceCollection;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class SecurePlayerPrefs


/**
* Initializes the encryptor. If its the frist time, it will generate
* Initializes the encryptor. If its the first time, it will generate
* a random 3 digit number and puts it between private key and its appendix.
* If this was initialized on this device before, it will load it and create
* the private key.
Expand Down