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:
parent
255b7e0a0f
commit
7eaf22f573
@ -268,7 +268,6 @@ var formatTransactionReceiptLog = {
|
|||||||
// @TODO: Next major release remove this
|
// @TODO: Next major release remove this
|
||||||
type: allowNull(checkString),
|
type: allowNull(checkString),
|
||||||
topics: arrayOf(checkHash),
|
topics: arrayOf(checkHash),
|
||||||
transactionIndex: checkNumber,
|
|
||||||
data: utils.hexlify,
|
data: utils.hexlify,
|
||||||
logIndex: checkNumber,
|
logIndex: checkNumber,
|
||||||
blockHash: checkHash,
|
blockHash: checkHash,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user