|
|
@ -1,7 +1,7 @@ |
|
|
|
'use strict' |
|
|
|
'use strict' |
|
|
|
|
|
|
|
|
|
|
|
var async = require('async') |
|
|
|
var async = require('async') |
|
|
|
var swarmgw = require('swarmgw') |
|
|
|
var swarmgw = require('swarmgw')() |
|
|
|
|
|
|
|
|
|
|
|
module.exports = (contract, fileManager, cb, swarmVerifiedPublishCallBack) => { |
|
|
|
module.exports = (contract, fileManager, cb, swarmVerifiedPublishCallBack) => { |
|
|
|
// gather list of files to publish
|
|
|
|
// gather list of files to publish
|
|
|
|