forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (paritytech#6506)
`FungibleAdapter` will now check if the _refund amount_ is zero before calling deposit & emitting an event. Fixes paritytech#6469. --------- Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
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