Skip to content

Commit d9b5a9c

Browse files
committed
fix bug
1 parent 0b5c43f commit d9b5a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tfchain_client/lib/src/client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Client extends QueryClient {
169169

170170
if (!_SUPPORTED_KEYPAIR_TYPES.contains(keypairType)) {
171171
throw FormatException(
172-
"Keypair type $keypairType is not valid. It Should be either of : ${SUPPORTED_KEYPAIR_TYPES}");
172+
"Keypair type $keypairType is not valid. It Should be either of : ${_SUPPORTED_KEYPAIR_TYPES}");
173173
}
174174

175175
if (keypairType == "sr25519") {

0 commit comments

Comments
 (0)