Drop fallback to bitcoin_wallet_id
This commit is contained in:
parent
b75254bdda
commit
e10cf9cc85
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue