Skip to content

Commit

Permalink
fix/action-names (#254)
Browse files Browse the repository at this point in the history
action names in javascript examples are incorrect
  • Loading branch information
u-cole authored Nov 15, 2024
1 parent 47f25c1 commit 88b5c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ await transact(
[
{
account: 'eosio.nft.ft',
name: 'addkeys.a',
name: 'setktypes',
authorization: [{ actor: 'ultra.nft.ft', permission: 'active' }],
data: {
key_types: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ await transact(
[
{
account: 'eosio.nft.ft',
name: 'addkeys.a',
name: 'setvals.a',
authorization: [{ actor: 'alice', permission: 'active' }],
data: {
owner: "alice",
Expand Down

0 comments on commit 88b5c20

Please sign in to comment.