Skip to content

Commit 2db48f4

Browse files
fqliaobxq2011hust
authored andcommitted
fix ut
1 parent 38ed5b1 commit 2db48f4

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

src/main/java/org/fisco/bcos/web3j/tx/txdecode/TransactionDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public Map<String, List<List<EventResultEntity>>> decodeEventReturnObject(List<L
219219
throws BaseException, IOException {
220220

221221
// set result to java bean
222-
Map<String, List<List<ResultEntity>>> resultEntityMap = new LinkedHashMap<>();
222+
Map<String, List<List<EventResultEntity>>> resultEntityMap = new LinkedHashMap<>();
223223

224224
for (Log log : logList) {
225225
Tuple2<AbiDefinition, List<EventResultEntity>> resultTuple2 =

0 commit comments

Comments
 (0)