mtx: rename subtractFee to subtractIndex.
This commit is contained in:
parent
3c2c8ea955
commit
9d48c1385b
@ -1228,7 +1228,7 @@ MTX.prototype.selectCoins = function selectCoins(coins, options) {
|
||||
* @param {Amount} fee
|
||||
*/
|
||||
|
||||
MTX.prototype.subtractFee = function subtractFee(index, fee) {
|
||||
MTX.prototype.subtractIndex = function subtractIndex(index, fee) {
|
||||
assert(typeof index === 'number');
|
||||
assert(typeof fee === 'number');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user