Browse Source

remove unreachable code

pull/835/head
Anton Kaliaev 7 years ago
parent
commit
4a31532897
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      rpc/core/mempool.go

+ 0
- 2
rpc/core/mempool.go 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.


Loading…
Cancel
Save