mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
subxt signer linker errors but core compiles
This commit is contained in:
Generated
+1
@@ -878,6 +878,7 @@ version = "0.0.0"
|
||||
dependencies = [
|
||||
"libc_alloc",
|
||||
"parity-scale-codec",
|
||||
"subxt-core",
|
||||
"subxt-metadata",
|
||||
"subxt-signer",
|
||||
]
|
||||
|
||||
@@ -8,7 +8,7 @@ resolver = "2"
|
||||
[dependencies]
|
||||
subxt-metadata = { path = "../../metadata", default-features = false }
|
||||
subxt-signer = { path = "../../signer", default-features = false, features = ["sr25519", "ecdsa", "subxt"] }
|
||||
# subxt-core = { path = "../../core", default-features = false }
|
||||
subxt-core = { path = "../../core", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] }
|
||||
libc_alloc = { version = "1.0.6" }
|
||||
|
||||
|
||||
@@ -58,5 +58,5 @@ fn test() {
|
||||
// subxt-core
|
||||
// /////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// let _era = subxt_core::utils::Era::Immortal;
|
||||
let _era = subxt_core::utils::Era::Immortal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user