remove compulsory lastTimestamp
This commit is contained in:
parent
7bb0e84995
commit
f10a58ed72
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue