Skip to content

Commit

Permalink
Merge pull request #392 from keillera/ALIS-4325
Browse files Browse the repository at this point in the history
ALIS-4325: Modify burn address.
  • Loading branch information
hayago authored Oct 4, 2019
2 parents ec18062 + a14f1a8 commit 21d4c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/me/wallet/tip/me_wallet_tip.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __burn_transaction(burn_quantity, user_eth_address, auth, headers):
burn_payload = json.dumps(
{
'from_user_eth_address': user_eth_address,
'to_user_eth_address': settings.ETH_ZERO_ADDRESS,
'to_user_eth_address': os.environ['BurnAddress'],
'tip_value': burn_token
}
)
Expand Down

0 comments on commit 21d4c1f

Please sign in to comment.