test: check for fee.

This commit is contained in:
Christopher Jeffrey 2015-12-23 02:40:56 -08:00
parent 33a60e59f2
commit 916d71481b

View File

@ -336,6 +336,7 @@ describe('Wallet', function() {
send.inputs[0].script[2] = [];
assert(!send.verify());
assert.equal(send.getFee().toNumber(), 10000);
cb();
});