Merge branch 'master' into bcoin-1.0.2
This commit is contained in:
commit
28dca48cd7
@ -490,8 +490,8 @@ main.keyPrefix = {
|
|||||||
|
|
||||||
main.addressPrefix = {
|
main.addressPrefix = {
|
||||||
pubkeyhash: 0x23,
|
pubkeyhash: 0x23,
|
||||||
scripthash: 0x08,
|
scripthash: 0x5e,
|
||||||
scripthash2: 0x5e,
|
scripthash2: 0x08,
|
||||||
witnesspubkeyhash: 0x06,
|
witnesspubkeyhash: 0x06,
|
||||||
witnessscripthash: 0x0a,
|
witnessscripthash: 0x0a,
|
||||||
bech32: 'flo'
|
bech32: 'flo'
|
||||||
|
|||||||
@ -145,7 +145,7 @@ exports.MAX_P2WSH_SIZE = 3600;
|
|||||||
* @default
|
* @default
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.MEMPOOL_MAX_ANCESTORS = 25;
|
exports.MEMPOOL_MAX_ANCESTORS = 1250;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default maximum mempool size in bytes.
|
* Default maximum mempool size in bytes.
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fcoin",
|
"name": "fcoin",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user