Skip to content

Commit

Permalink
Exposed User
Browse files Browse the repository at this point in the history
  • Loading branch information
thehobbit85 committed Jun 23, 2015
1 parent e0cefa9 commit 450c15d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colu",
"version": "0.1.0",
"version": "0.1.1",
"description": "Colu SDK for node.js developers",
"main": "./src/index.js",
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ function Colu (companyName, network, privateSeed, redisPort, redisHost) {
self.hdwallet = {}
}

Colu.User = User

Colu.prototype.getNextAccount = function (callback) {
var self = this
// if (this.has_redis) {
Expand Down

0 comments on commit 450c15d

Please sign in to comment.