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