diff --git a/src/Miningcore/Miningcore.csproj b/src/Miningcore/Miningcore.csproj
index 4e1d428a22..500d1b06c6 100644
--- a/src/Miningcore/Miningcore.csproj
+++ b/src/Miningcore/Miningcore.csproj
@@ -73,7 +73,7 @@
-
+
diff --git a/src/Miningcore/Native/Multihash.cs b/src/Miningcore/Native/Multihash.cs
index 8ebb2294d4..118b358288 100644
--- a/src/Miningcore/Native/Multihash.cs
+++ b/src/Miningcore/Native/Multihash.cs
@@ -141,6 +141,9 @@ public static unsafe class Multihash
[DllImport("libmultihash", EntryPoint = "equihash_verify_144_5_export", CallingConvention = CallingConvention.Cdecl)]
public static extern bool equihash_verify_144_5(byte* header, int headerLength, byte* solution, int solutionLength, string personalization);
+
+ [DllImport("libmultihash", EntryPoint = "equihash_verify_125_5_export", CallingConvention = CallingConvention.Cdecl)]
+ public static extern bool equihash_verify_125_5(byte* header, int headerLength, byte* solution, int solutionLength, string personalization);
[DllImport("libmultihash", EntryPoint = "equihash_verify_96_5_export", CallingConvention = CallingConvention.Cdecl)]
public static extern bool equihash_verify_96_5(byte* header, int headerLength, byte* solution, int solutionLength, string personalization);