try locking txs table

This commit is contained in:
Josh Harvey 2016-02-06 22:57:49 +02:00
parent 71e5ec64f5
commit 5cfc2ba491
4 changed files with 61 additions and 3 deletions

View file

@ -192,7 +192,7 @@ describe('Plugins', function() {
describe('Send Bitcoins', function() {
before(function() {
plugins.trade({currency: 'USD', satoshis: 1e7}, db.FINGERPRINT_NEW);
plugins.trade('123', {currency: 'USD', satoshis: 1e7, toAddress: '1xxx'}, function() {});
});
it('should send bitcoins successfully', function(done) {