Skip to content

Commit a4e5f7d

Browse files
committed
Fix P2_SINGLETON_OR_DELAYED_PUZZLE_HASH
1 parent 599fe52 commit a4e5f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/parser/layers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function parseLayer(puzzle: Puzzle): ParsedLayer {
209209
const delayedPuzzleHash = arg(4)?.toAtom();
210210

211211
args.launcher_id = {
212-
value: launcherId && toAddress(toHex(launcherId)),
212+
value: launcherId && `0x${toHex(launcherId)}`,
213213
type: ArgType.CoinId,
214214
};
215215

0 commit comments

Comments
 (0)