WriteSignBytes writes JSON with fields in lex order.

This commit is contained in:
Jae Kwon
2015-04-25 19:42:20 -07:00
parent ef42d41636
commit 54d1c19611
4 changed files with 166 additions and 34 deletions
-1
View File
@@ -34,7 +34,6 @@ func GenPrivAccountFromKey(privKeyBytes [64]byte) *PrivAccount {
PubKey: pubKey,
PrivKey: privKey,
}
}
func (privAccount *PrivAccount) Sign(o Signable) Signature {