Skip to content

Commit

Permalink
fix keyset for transfer-create tx
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Oct 21, 2024
1 parent c06bb84 commit b63293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function App() {
.execution((Pact.modules as any).coin["transfer-create"](
from,
to,
'(read-keyset "receiverKeyset")',
readKeyset("receiverKeyset"),
amount
))
.addData("receiverKeyset", {
Expand Down

0 comments on commit b63293d

Please sign in to comment.