Skip to content

Commit d5028bb

Browse files
committed
Remove processTimeScript
1 parent 163aefe commit d5028bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/key-management/src/util/ownSignatureKeyPaths.ts

-3
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ const processSignatureScript = (
332332
}
333333
};
334334

335-
const processTimeScript = () => undefined;
336-
337335
const getNativeScriptKeyPaths = (
338336
groupedAddresses: GroupedAddress[],
339337
nativeScripts: Cardano.Script[]
@@ -358,7 +356,6 @@ const getNativeScriptKeyPaths = (
358356
break;
359357
case Cardano.NativeScriptKind.RequireTimeBefore:
360358
case Cardano.NativeScriptKind.RequireTimeAfter:
361-
processTimeScript();
362359
break;
363360
}
364361
};

0 commit comments

Comments
 (0)