Skip to content

Commit

Permalink
Update gateway.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bassjobsen authored Sep 5, 2018
1 parent d404664 commit 0dffc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transactions/gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var crypto = require("./crypto.js")
var transaction = require('./transaction.js')

function registerMember(options, secret, secondSecret) {
let keys = crypto.getKeys(secret);
let keys = crypto.getKeys(secret);
return transaction.createTransactionEx({
type: 401,
fee: 100 * 1e8,
Expand Down

0 comments on commit 0dffc47

Please sign in to comment.