Drop fallback to bitcoin_wallet_id

This commit is contained in:
Jonne Haß 2020-09-03 23:05:08 +02:00
parent b75254bdda
commit e10cf9cc85

View file

@ -128,11 +128,6 @@ module Configuration
end
def bitcoin_donation_address
if AppConfig.settings.bitcoin_wallet_id.present?
warn "WARNING: bitcoin_wallet_id is now bitcoin_address. Change in diaspora.yml."
return AppConfig.settings.bitcoin_wallet_id
end
if AppConfig.settings.bitcoin_address.present?
AppConfig.settings.bitcoin_address
end