Skip to content

Commit

Permalink
Merge pull request #120 from Chia-Network/log/add_cat_wallet_log
Browse files Browse the repository at this point in the history
Log/add cat wallet log
  • Loading branch information
MichaelTaylor3D authored Oct 11, 2023
2 parents 328e697 + c35c9fc commit ec362f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/api/v1/tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ async def create_permissionless_retirement_tx(
log_data = {
"amount": payment.amount,
"fee": payment.fee,
"beneficiary_name": payment.beneficiary_name.encode(),
"beneficiary_address": payment.beneficiary_address.encode(),
"beneficiary_puzzle_hash": payment.beneficiary_puzzle_hash,
"wallet_id": cat_wallet_info.id
}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Chia Climate Token Driver"
version = "1.0.31"
version = "1.0.32"
description = "https://github.com/Chia-Network/climate-token-driver"
authors = ["Harry Hsu <[email protected]>",
"Chia Network Inc <[email protected]>"]
Expand Down

0 comments on commit ec362f3

Please sign in to comment.