Skip to content
Snippets Groups Projects
Commit 35dfda2e authored by saintdi25u's avatar saintdi25u
Browse files

modif

parent f4017c23
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ public class App { ...@@ -17,6 +17,7 @@ public class App {
public static synchronized void main(String[] args) throws NoSuchAlgorithmException, InterruptedException { public static synchronized void main(String[] args) throws NoSuchAlgorithmException, InterruptedException {
System.out.println("Début de la blockchain"); System.out.println("Début de la blockchain");
// Création de 2 wallets // Création de 2 wallets
Wallet bobWallet = new Wallet("bob"); Wallet bobWallet = new Wallet("bob");
Wallet aliceWallet = new Wallet("alice"); Wallet aliceWallet = new Wallet("alice");
Wallet charlieWallet = new Wallet("charlie"); Wallet charlieWallet = new Wallet("charlie");
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment