tests again!
This commit is contained in:
parent
f3f9ca3e33
commit
9b327cd458
5 changed files with 79 additions and 74 deletions
|
|
@ -10,6 +10,11 @@ function Tx() {
|
|||
}];
|
||||
};
|
||||
|
||||
|
||||
Tx.prototype.getSize = function() {
|
||||
return 1;
|
||||
};
|
||||
|
||||
Tx.prototype.getHashType = function() {
|
||||
return 1;
|
||||
};
|
||||
|
|
@ -38,7 +43,7 @@ function FakeBuilder() {
|
|||
address: '2NDJbzwzsmRgD2o5HHXPhuq5g6tkKTjYkd6',
|
||||
amountSatStr: '123',
|
||||
}]),
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue