avoid errors from minting sub-existential balance

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky
2025-06-13 16:42:14 +03:00
parent 7be24ed139
commit 5beb22f116
4 changed files with 53 additions and 26 deletions

6
Cargo.lock generated
View File

@@ -3648,7 +3648,7 @@ dependencies = [
[[package]]
name = "ghost-networks"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3834,7 +3834,7 @@ dependencies = [
[[package]]
name = "ghost-slow-clap"
version = "0.3.23"
version = "0.3.24"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3870,7 +3870,7 @@ dependencies = [
[[package]]
name = "ghost-traits"
version = "0.3.21"
version = "0.3.22"
dependencies = [
"frame-support",
"sp-runtime 31.0.1",