Browse Source

remove earn.com as fee rates source

terminal
Craig Raw 3 years ago
parent
commit
b2b9dbeb8d
  1. 1
      src/main/resources/com/sparrowwallet/sparrow/preferences/general.fxml

1
src/main/resources/com/sparrowwallet/sparrow/preferences/general.fxml

@ -48,7 +48,6 @@
<FXCollections fx:factory="observableArrayList"> <FXCollections fx:factory="observableArrayList">
<FeeRatesSource fx:constant="ELECTRUM_SERVER" /> <FeeRatesSource fx:constant="ELECTRUM_SERVER" />
<FeeRatesSource fx:constant="MEMPOOL_SPACE" /> <FeeRatesSource fx:constant="MEMPOOL_SPACE" />
<FeeRatesSource fx:constant="BITCOINFEES_EARN_COM" />
<FeeRatesSource fx:constant="MINIMUM" /> <FeeRatesSource fx:constant="MINIMUM" />
</FXCollections> </FXCollections>
</items> </items>

Loading…
Cancel
Save