remove compulsory lastTimestamp

This commit is contained in:
Manuel Araoz 2014-08-19 17:27:59 -04:00
commit f10a58ed72

View file

@ -293,7 +293,6 @@ Network.prototype.start = function(opts, openCallback) {
preconditions.checkArgument(opts);
preconditions.checkArgument(opts.privkey);
preconditions.checkArgument(opts.copayerId);
preconditions.checkArgument(opts.lastTimestamp);
preconditions.checkState(this.connectedPeers && this.connectedPeers.length === 0);