Skip to content

Commit 19d4c65

Browse files
chore: fix linter
1 parent c98a7eb commit 19d4c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nano_contracts/builder.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ class NanoContractTransactionBuilder {
483483
if (this.vertexType === NanoContractVertexType.CREATE_TOKEN_TRANSACTION) {
484484
if (this.createTokenOptions === null) {
485485
throw new NanoContractTransactionError(
486-
'Create token options can\'t be null when creating a create token transaction.'
486+
'Create token options cannot be null when creating a create token transaction.'
487487
);
488488
}
489489

0 commit comments

Comments
 (0)