Browse Source

Update sending-tokens.md

there's an typo in sample code
friedger-patch-7
sangwon0001 4 years ago
committed by Patrick Gray
parent
commit
4ca56255e7
  1. 2
      src/pages/understand-stacks/sending-tokens.md

2
src/pages/understand-stacks/sending-tokens.md

@ -63,7 +63,7 @@ const {
const {
StacksTestnet,
StacksMainnet,
} = require ('@stacks/network);
} = require ('@stacks/network');
const { TransactionsApi, Configuration } = require('@stacks/blockchain-api-client');
const apiConfig = new Configuration({

Loading…
Cancel
Save