We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98a7eb commit 19d4c65Copy full SHA for 19d4c65
src/nano_contracts/builder.ts
@@ -483,7 +483,7 @@ class NanoContractTransactionBuilder {
483
if (this.vertexType === NanoContractVertexType.CREATE_TOKEN_TRANSACTION) {
484
if (this.createTokenOptions === null) {
485
throw new NanoContractTransactionError(
486
- 'Create token options can\'t be null when creating a create token transaction.'
+ 'Create token options cannot be null when creating a create token transaction.'
487
);
488
}
489
0 commit comments