Browse Source

more granularity for low fee rates

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
4995c89a6f
  1. 2
      app/coins/btc.js

2
app/coins/btc.js

@ -37,7 +37,7 @@ module.exports = {
decimalPlaces:0
}
],
feeSatoshiPerByteBucketMaxima: [1, 5, 10, 15, 20, 25, 50, 75, 100, 150],
feeSatoshiPerByteBucketMaxima: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 50, 75, 100, 150],
genesisBlockHash: "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
genesisCoinbaseTransactionId: "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b",
genesisCoinbaseTransaction: {

Loading…
Cancel
Save