We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcfcc1 commit f7681a2Copy full SHA for f7681a2
packages/udt/src/udtRegister/index.ts
@@ -93,7 +93,7 @@ export class UdtRegister extends Udt {
93
if (this.executor) {
94
const res = await this.executor.runScriptTry(
95
this.code,
96
- "UDTSSRI.create",
+ "SSRIUDT.create",
97
[
98
register.toBytes(),
99
ccc.Script.from(owner.script).toBytes(),
0 commit comments