a few more slow nacl imports that I missed

This commit is contained in:
ansuz
2019-09-27 13:32:57 +02:00
parent c968d1cdae
commit 648980ad50
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
const Fs = require('fs');
const nThen = require('nthen');
const Pinned = require('./pinned');
const Nacl = require('tweetnacl');
const Nacl = require('tweetnacl/nacl-fast');
const Path = require('path');
const Pins = require('../lib/pins');
const Config = require('../lib/load-config');