test: check for fee.
This commit is contained in:
parent
33a60e59f2
commit
916d71481b
@ -336,6 +336,7 @@ describe('Wallet', function() {
|
||||
|
||||
send.inputs[0].script[2] = [];
|
||||
assert(!send.verify());
|
||||
assert.equal(send.getFee().toNumber(), 10000);
|
||||
|
||||
cb();
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user