Include a higher fee.

This commit is contained in:
Braydon Fuller 2015-07-22 14:29:43 -04:00
parent b53fa3f6bb
commit eab878cec1

View File

@ -103,7 +103,7 @@ describe('Daemon Binding Functionality', function() {
}
var amount = response.result;
var fee = 0.0001;
var fee = 0.01;
var network = bitcore.Networks.get('regtest');
var address = privateKey.toAddress(network);