mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-16 21:14:31 +00:00
Merge branch 'sim_txs' into develop
This commit is contained in:
+1
-1
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user