mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +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:
Generated
+1
-1
@@ -9571,7 +9571,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pallet-assets"
|
||||
version = "29.0.0"
|
||||
version = "29.1.0"
|
||||
dependencies = [
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
|
||||
Reference in New Issue
Block a user