Skip to content

Commit

Permalink
protInfo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Janis Erdmanis committed Oct 26, 2024
1 parent 0f0ed50 commit f39f6a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Verificatum/Verificatum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ function Serializer.load(::Type{ProtocolSpec}, path::Path; auxsid = "default")
return ProtocolSpec(; g, nr, nv, ne, prghash, rohash, version, sid, auxsid)
end

Serializer.treespec(::Type{<:ProtocolSpec}) = "ProtInfo.xml"
#Serializer.treespec(::Type{<:ProtocolSpec}) = "ProtInfo.xml"
Serializer.treespec(::Type{<:ProtocolSpec}) = "protInfo.xml"

end

0 comments on commit f39f6a8

Please sign in to comment.