Skip to content

Commit

Permalink
Implement MintNativeAssetWithConnectedPKH.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
workshop-maybe committed Jul 17, 2024
1 parent 3cc30a2 commit e743aef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function MintNativeAssetWithConnectedPKH() {
const _pkh = resolvePaymentKeyHash(address);
setConnectedPKH(_pkh);

// 3. Create a Script File
// 3. Create a Native Script
const _nativeScript: NativeScript = {
type: "sig",
keyHash: _pkh,
Expand Down

0 comments on commit e743aef

Please sign in to comment.