Merge branch 'master' into handle-sigint
This commit is contained in:
commit
40fa7f5550
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,5 @@ node_modules/
|
|||||||
docs/reference/
|
docs/reference/
|
||||||
docker_data/
|
docker_data/
|
||||||
browser/bcoin*
|
browser/bcoin*
|
||||||
package-lock.json
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@ -482,8 +482,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.
|
||||||
|
|||||||
6765
package-lock.json
generated
Normal file
6765
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user