mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 01:41:31 +00:00
remove TimeoutTx
This commit is contained in:
@ -46,11 +46,6 @@ func TestBlock(t *testing.T) {
|
||||
Fee: RandUInt64Exp(),
|
||||
}
|
||||
|
||||
timeoutTx := &TimeoutTx{
|
||||
AccountId: RandUInt64Exp(),
|
||||
Penalty: RandUInt64Exp(),
|
||||
}
|
||||
|
||||
dupeoutTx := &DupeoutTx{
|
||||
VoteA: Vote{
|
||||
Height: RandUInt32Exp(),
|
||||
|
Reference in New Issue
Block a user