hyperledger-iroha / iroha-dco

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 296 forks source link

incompatible types #1227

Closed big-fish0 closed 6 years ago

big-fish0 commented 6 years ago

hi ,when i use "getAccountTransactions", i got the response,then i use this

"List<Transaction> transactions = queryResponse.getTransactionsResponse().getTransactionsList();"

but ,the rioha give me the error "TestIrohaTransaction.java:272: error: incompatible types: List cannot be converted to List onse().getTransactionsCoList res = queryResponse.getTransactionsResponse().getTransactionsList();"

how can i slove this problem,thanks

l4l commented 6 years ago

Give a hint for future users what was the problem please