We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5c43f commit d9b5a9cCopy full SHA for d9b5a9c
packages/tfchain_client/lib/src/client.dart
@@ -169,7 +169,7 @@ class Client extends QueryClient {
169
170
if (!_SUPPORTED_KEYPAIR_TYPES.contains(keypairType)) {
171
throw FormatException(
172
- "Keypair type $keypairType is not valid. It Should be either of : ${SUPPORTED_KEYPAIR_TYPES}");
+ "Keypair type $keypairType is not valid. It Should be either of : ${_SUPPORTED_KEYPAIR_TYPES}");
173
}
174
175
if (keypairType == "sr25519") {
0 commit comments