Skip to content

Commit b6c3f6b

Browse files
committed
fix: making the signed commit
Signed-off-by: Shamitha Raj <shamitharaj318@gmail.com>
1 parent f02ea0b commit b6c3f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2323

2424
- Allow `PublicKey` for `TokenUpdateKeys` in `TokenUpdateTransaction`, enabling non-custodial workflows where operators can build transactions using only public keys (#934).
2525
- Bump protobuf toml to protobuf==6.33.2
26+
- chore: Move account allowance example to correct folder
2627

2728
### Fixed
2829

@@ -96,7 +97,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
9697
- Add support for token metadata (bytes, max 100 bytes) in `TokenCreateTransaction`, including a new `set_metadata` setter, example, and tests. [#799]
9798
- Added `examples/token_create_transaction_token_fee_schedule.py` to demonstrate creating tokens with custom fee schedules and the consequences of not having it.
9899
- Added `examples/token_create_transaction_wipe_key.py` to demonstrate token wiping and the role of the wipe key.
99-
- Added `examples/account/account_allowance_approve_transaction_hbar.py` and `examples/account_allowance_delete_transaction_hbar.py`, deleted `examples/account_allowance_hbar.py`. [#775]
100+
- Added `examples/account_allowance_approve_transaction_hbar.py` and `examples/account_allowance_delete_transaction_hbar.py`, deleted `examples/account_allowance_hbar.py`. [#775]
100101
- Added `docs\sdk_developers\training\receipts.md` as a training guide for users to understand hedera receipts.
101102
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
102103
- docs: added `network_and_client.md` with a table of contents, and added external example scripts (`client.py`).
@@ -595,3 +596,4 @@ contract_call_local_pb2.ContractLoginfo -> contract_types_pb2.ContractLoginfo
595596
### Removed
596597

597598
- N/A
599+

0 commit comments

Comments
 (0)