Skip to content

Commit f7681a2

Browse files
committed
chore: change ssri method namespace
1 parent 6dcfcc1 commit f7681a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/udt/src/udtRegister/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class UdtRegister extends Udt {
9393
if (this.executor) {
9494
const res = await this.executor.runScriptTry(
9595
this.code,
96-
"UDTSSRI.create",
96+
"SSRIUDT.create",
9797
[
9898
register.toBytes(),
9999
ccc.Script.from(owner.script).toBytes(),

0 commit comments

Comments
 (0)