Page MenuHomePhabricator

[Cashtab] Reduce default fee
ClosedPublic

Authored by bytesofman on May 19 2021, 12:58.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC8c6c3f45be2b: [Cashtab] Reduce default fee
Summary

Cashtab default fee has been set to 5 sat/byte since early network attacks. Since it's now quite easy to adjust the fee
in response to any future incidents, and network attack risk is lower, this diff reduces the default fee.

Diff also fixes a unit test that was using the old fee for rawtx generation. Unit tests should all use a constant fee so that changing the defaultFee does not break them.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable