subxt signer linker errors but core compiles

This commit is contained in:
Tadeo hepperle
2024-02-14 17:14:02 +01:00
parent cc33870c6b
commit b86b1ea009
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -58,5 +58,5 @@ fn test() {
// subxt-core
// /////////////////////////////////////////////////////////////////////////////
// let _era = subxt_core::utils::Era::Immortal;
let _era = subxt_core::utils::Era::Immortal;
}