Skip to content

Commit

Permalink
fix: fix hellow world off chain
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Aug 23, 2024
1 parent c84e58e commit cd93bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mesh-contract/src/hello-world/offchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class MeshHelloWorldContract extends MeshTxInitiator {
.txInScript(this.scriptCbor)
.txInRedeemerValue(mConStr0([stringToHex(message)]))
.txInDatumValue(mConStr0([signerHash]))
.requiredSignerHash(signerHash)
.changeAddress(walletAddress)
.txInCollateral(
collateral.input.txHash,
Expand Down

0 comments on commit cd93bab

Please sign in to comment.