Skip to content

Commit f39f6a8

Browse files
author
Janis Erdmanis
committed
protInfo fix
1 parent 0f0ed50 commit f39f6a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Verificatum/Verificatum.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ function Serializer.load(::Type{ProtocolSpec}, path::Path; auxsid = "default")
271271
return ProtocolSpec(; g, nr, nv, ne, prghash, rohash, version, sid, auxsid)
272272
end
273273

274-
Serializer.treespec(::Type{<:ProtocolSpec}) = "ProtInfo.xml"
274+
#Serializer.treespec(::Type{<:ProtocolSpec}) = "ProtInfo.xml"
275+
Serializer.treespec(::Type{<:ProtocolSpec}) = "protInfo.xml"
275276

276277
end

0 commit comments

Comments
 (0)