Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
matsjj committed May 17, 2016
1 parent 33ec658 commit e77d38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# thundernetwork

[![Build Status](https://travis-ci.org/matsjj/thundernetwork.svg?branch=master)](https://travis-ci.org/matsjj/thundernetwork)
[![Build Status](https://travis-ci.org/blockchain/thunder.svg?branch=master)](https://travis-ci.org/blockchain/thunder)
![Wallet Screenshot](docs/screenshot.png)
Wallet / Node implementation of the [lightning.network](http://lightning.network/) P2P protocol. The lightning.network enables Off-Chain Bitcoin Payment Channels using smart contracts.

Expand Down
Expand Up @@ -6,7 +6,6 @@
import network.thunder.core.helper.callback.results.NullResultCommand;
import org.bitcoinj.core.ECKey;
import org.junit.Before;
import org.junit.Test;

import java.nio.ByteBuffer;
import java.util.*;
Expand All @@ -33,7 +32,7 @@ public void init () {
*/
//TODO Add payments to the test
//TODO Add syncing to the test
@Test
// @Test
public void totalTest () throws InterruptedException {
List<NodeWrapper> nodeList = setupNodes();
setupSeedNode(nodeList);
Expand Down

0 comments on commit e77d38f

Please sign in to comment.