Skip to content

Commit d7715c7

Browse files
committed
resolve code conflicts
2 parents b8702a5 + 07dec0d commit d7715c7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212

1313
<p align="center">
1414
<a href="https://gitter.im/tronprotocol/allcoredev">
15-
<img src="https://camo.githubusercontent.com/da2edb525cde1455a622c58c0effc3a90b9a181c/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667">
16-
</a>
17-
18-
<a href="https://travis-ci.org/tronprotocol/java-tron">
19-
<img src="https://travis-ci.org/tronprotocol/java-tron.svg?branch=develop">
15+
<img src="https://img.shields.io/gitter/room/tronprotocol/java-tron.svg">
2016
</a>
2117

2218
<a href="https://codecov.io/gh/tronprotocol/java-tron">

framework/src/test/java/org/tron/core/zksnark/ShieldedReceiveTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ public void testBroadcastBeforeAllowZksnark()
320320
}
321321

322322
/*
323-
* generate spendproof, dataToBeSigned, outputproof example dynamically according to
324-
* the params file.
323+
* generate spendproof, dataToBeSigned,
324+
* outputproof example dynamically according to the params file
325325
*/
326326
public String[] generateSpendAndOutputParams() throws ZksnarkException, BadItemException {
327327
librustzcashInitZksnarkParams();

0 commit comments

Comments
 (0)