mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
a8f4f4f00f
`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.
14 lines
458 B
Plaintext
14 lines
458 B
Plaintext
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
|