initialize dlimit of ownedfile on upload. fixes #1080

This commit is contained in:
Danny Coates 2019-01-10 10:52:52 -08:00
parent 6cc374865e
commit 4a633c8930
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -98,6 +98,7 @@ export default class FileSender extends Nanobus {
secretKey: secretKey,
nonce: this.keychain.nonce,
ownerToken: result.ownerToken,
dlimit,
timeLimit: timeLimit
});