Fix lint on unused method (#816)

This commit is contained in:
Adrià Cidre 2018-04-10 16:00:01 +02:00 committed by GitHub
parent fc3decf661
commit e6610f3b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -82,12 +82,6 @@ var (
testNonce = hexutil.Uint64(10)
)
func (s *TxQueueTestSuite) completeFunc(args SendTxArgs) func(acc *account.SelectedExtKey) (gethcommon.Hash, error) {
return func(acc *account.SelectedExtKey) (gethcommon.Hash, error) {
return s.manager.validateAndPropagate(acc, args)
}
}
func (s *TxQueueTestSuite) setupTransactionPoolAPI(args SendTxArgs, returnNonce, resultNonce hexutil.Uint64, account *account.SelectedExtKey, txErr error) {
// Expect calls to gas functions only if there are no user defined values.
// And also set the expected gas and gas price for RLP encoding the expected tx.