Skip to content

Commit 445bc5b

Browse files
committed
removing commented lines
1 parent 28ae736 commit 445bc5b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

server/nodejs/controllers/AliasesService.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,7 @@ exports.aliasupdatewhitelist = function(args, res, next) {
186186
var arr = varUtils.getArgsArr(argList, args, "POST", cb);
187187
syscoinClient.aliasUpdateWhitelist.apply(syscoinClient, arr);
188188
}
189-
190-
// exports.syscointxfund = methodGenerator.generateGenericSyscoinMethod([
191-
// { prop: 'hexstring' },
192-
// { prop: 'addresses' }
193-
// ], syscoinClient.syscoinTxFund, 'syscointxfund', 'POST');
194-
189+
195190
exports.syscointxfund = function(args, res, next) {
196191
var argList = [
197192
{ prop: 'hexstring' },

0 commit comments

Comments
 (0)