mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
pallet assets: Fix errors (#4118)
`LiveAsset` is an error to be returned when an asset is not supposed to be live. And `AssetNotLive` is an error to be returned when an asset is supposed to be live, I don't think frozen qualifies as live.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
title: "pallet assets: minor improvement on errors returned for some calls"
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
Some calls in pallet assets have better errors. No new error is introduced, only more sensible choice are made.
|
||||
- audience: Runtime User
|
||||
description: |
|
||||
Some calls in pallet assets have better errors. No new error is introduced, only more sensible choice are made.
|
||||
|
||||
crates:
|
||||
- name: pallet-assets
|
||||
bump: minor
|
||||
Reference in New Issue
Block a user