Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/test/java/com/example/android/ExampleUnitTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public void payment() throws Exception {
System.out.println("address : " + userWallet.getAddress() + ", ether : " + userWallet.getEther());
}

// 스마트 컨트랙트
// 주소 설정
String fromTx = userWallets.get(2).getAddress();
String contractAddress = "0x79BA3903cA5A015e3A6244647F7bBf837f70F294";
String etherTx = "10";
Expand Down Expand Up @@ -436,4 +436,4 @@ public void LocalAddress() throws Exception {
//
// System.out.println("eth2 : " + ether2);
}
}
}