2
0
mirror of synced 2025-02-24 12:08:10 +00:00

Remove double declaration of transactionIndex

This little guy nearly broke my react native app's production build by sneaking past me. 👋 Buh-bye 👋
This commit is contained in:
Connor Gutman 2017-11-08 16:28:56 -07:00 committed by GitHub
parent 255b7e0a0f
commit 7eaf22f573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,6 @@ var formatTransactionReceiptLog = {
// @TODO: Next major release remove this
type: allowNull(checkString),
topics: arrayOf(checkHash),
transactionIndex: checkNumber,
data: utils.hexlify,
logIndex: checkNumber,
blockHash: checkHash,