Consensys/ethql

storage returning errors for transaction -> to accounts

jonathan-buhler opened this issue · 0 comments

When storage is called on an account generated by "transaction -> to" it returns an error message "Provided address "null" is invalid, the capitalization checksum test failed, or its an indrect IBAN address which can't be converted." and then the data itself.

Example query:
{ block(number: 5000000) { transactions { to { storage { value(at: 0) } } } } }