diff --git a/share/poly.go b/share/poly.go index 5a0b01bfd..84854eba5 100644 --- a/share/poly.go +++ b/share/poly.go @@ -40,7 +40,7 @@ func (p *PriShare) Hash(s kyber.HashFactory) []byte { } func (p *PriShare) String() string { - return fmt.Sprintf("{%d:%p}", p.I, p.V) + return fmt.Sprintf("{%d:%s}", p.I, p.V) } // PriPoly represents a secret sharing polynomial.