From 4ca56255e775ca40709c828e1bd15abee8ab3bce Mon Sep 17 00:00:00 2001 From: sangwon0001 Date: Wed, 16 Jun 2021 15:42:37 +0900 Subject: [PATCH] Update sending-tokens.md there's an typo in sample code --- src/pages/understand-stacks/sending-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/understand-stacks/sending-tokens.md b/src/pages/understand-stacks/sending-tokens.md index 4f5e4074..3eac4845 100644 --- a/src/pages/understand-stacks/sending-tokens.md +++ b/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({