Skip to content

Commit

Permalink
Removing empty example in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Jun 30, 2019
1 parent 4c6ba64 commit 12b361b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eosManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class EOSManager {
* Initializes a connection to any EOSIO node and sets the administration keys which
* Lamington uses to deploy contracts, create accounts, etc.
* @author Kevin Brown <github.com/thekevinbrown>
* @example
*/
static init = ({ httpEndpoint, adminAccount, chainId }: InitArgs) => {
// Create eosio account and configure signature provider
Expand Down

0 comments on commit 12b361b

Please sign in to comment.