Merge branch 'sim_txs' into develop

This commit is contained in:
Jae Kwon
2015-07-16 00:55:04 -07:00
13 changed files with 260 additions and 49 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func TestCallTxSignable(t *testing.T) {
}
func TestBondTxSignable(t *testing.T) {
privAccount := account.GenPrivAccountFromKey([64]byte{})
privAccount := account.GenPrivAccountFromPrivKeyBytes(make([]byte, 64))
bondTx := &BondTx{
PubKey: privAccount.PubKey.(account.PubKeyEd25519),
Inputs: []*TxInput{