Skip to content
Unverified Commit 215252e7 authored by Shoyu Vanilla (Flint)'s avatar Shoyu Vanilla (Flint) Committed by GitHub
Browse files

[FRAME] fix: Do not emit `Issued { amount: 0 }` event (#5946)

closes #5942

Couldn't find any emissions of `Event::Issued` without amount check
other than in this PR.

Currently, we have;


https://github.com/paritytech/polkadot-sdk/blob/4bda956d/substrate/frame/balances/src/impl_currency.rs#L212-L220

and


https://github.com/paritytech/polkadot-sdk/blob/4bda956d/substrate/frame/balances/src/impl_currency.rs#L293-L306
parent fe0bfb79
Pipeline #500239 waiting for manual action with stages
in 7 minutes and 7 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment