Skip to content

Commit

Permalink
Modify burn address.
Browse files Browse the repository at this point in the history
  • Loading branch information
keillera committed Oct 4, 2019
1 parent ec18062 commit a14f1a8
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 a14f1a8

Please sign in to comment.