Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Apr 7, 2021
1 parent ca5e5bf commit cea7aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export interface RegisterNameOptions {
* Generates and broadcasts a name registration transaction.
* Second and final step in registering a name.
*
* Returns a Result object which will indicate if the transaction was successfully broadcasted
* Returns a Result object which will indicate if the transaction was successfully broadcast
*
* @param {RegisterNameOptions} options - an options object for the registration
*
Expand Down
2 changes: 1 addition & 1 deletion packages/bns/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
bufferCV,
uintCV,
hash160
} from '@stacks/transcations';
} from '@stacks/transactions';

import BN from 'bn.js';

Expand Down

0 comments on commit cea7aac

Please sign in to comment.