remove TimeoutTx

This commit is contained in:
Jae Kwon
2014-10-12 17:57:23 -07:00
parent 7652c5d0de
commit f4b42cdfab
5 changed files with 85 additions and 71 deletions

View File

@ -46,11 +46,6 @@ func TestBlock(t *testing.T) {
Fee: RandUInt64Exp(),
}
timeoutTx := &TimeoutTx{
AccountId: RandUInt64Exp(),
Penalty: RandUInt64Exp(),
}
dupeoutTx := &DupeoutTx{
VoteA: Vote{
Height: RandUInt32Exp(),