Skip to content

Commit 59cf1fd

Browse files
authored
Update BTC donation address
1 parent 736e4f9 commit 59cf1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/renderer/components/DonateButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const t = translate('app');
99

1010
const donationAddresses = {
1111
kmd: 'RHyper8TJyHK6uZ3AXzUwC2uVRdt7cfxEC',
12-
btc: '1HyperGKWtpLFoNLcwLfpaA95DoN4br45Z',
12+
btc: '1HyperDEXfMx459ZFh6Ram5uymS8AiRAQf',
1313
};
1414

1515
class DonateButton extends React.Component {

0 commit comments

Comments
 (0)