niushaohan

Results 1 issues of niushaohan

I have some questions about the following code: ```go // Serialize pack tx into byte array func (tx *Transaction) Serialize() ([]byte, error) { if len(tx.Signatures) == 0 || len(tx.Signatures) !=...