-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zero refund check for FungibleAdapter (#6506)
`FungibleAdapter` will now check if the _refund amount_ is zero before calling deposit & emitting an event. Fixes #6469. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
1c0b610
commit f520adb
Showing
3 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Zero refund check for FungibleAdapter | ||
doc: | ||
- audience: Runtime User | ||
description: |- | ||
`FungibleAdapter` will now check if the _refund amount_ is zero before calling deposit & emitting an event. | ||
|
||
Fixes https://github.com/paritytech/polkadot-sdk/issues/6469. | ||
crates: | ||
- name: pallet-transaction-payment | ||
bump: patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters