remove compulsory lastTimestamp

This commit is contained in:
Manuel Araoz 2014-08-19 17:27:59 -04:00
parent 7bb0e84995
commit f10a58ed72
1 changed files with 0 additions and 1 deletions

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);