remove unreachable code

This commit is contained in:
Anton Kaliaev 2017-11-22 18:54:31 -06:00
parent 29cd1a1b8f
commit 4a31532897
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 2 deletions

View File

@ -211,8 +211,6 @@ func BroadcastTxCommit(tx types.Tx) (*ctypes.ResultBroadcastTxCommit, error) {
Hash: tx.Hash(),
}, fmt.Errorf("Timed out waiting for transaction to be included in a block")
}
panic("Should never happen!")
}
// Get unconfirmed transactions including their number.