UNPKG

ecash-coinselect

Version:

An unspent transaction output (UTXO) selection module for eCash.

12 lines (9 loc) 304 B
// Copyright (c) 2018 Daniel Cousens // Copyright (c) 2023 Bitcoin ABC // Distributed under the MIT software license, see the accompanying // file LICENSE or http://www.opensource.org/licenses/mit-license.php. 'use strict'; module.exports = { require: 'mocha-suppress-logs', timeout: 15000, };