diff --git a/app/src/test/java/com/example/android/ExampleUnitTest.java b/app/src/test/java/com/example/android/ExampleUnitTest.java index 2970e42..261d5ad 100644 --- a/app/src/test/java/com/example/android/ExampleUnitTest.java +++ b/app/src/test/java/com/example/android/ExampleUnitTest.java @@ -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"; @@ -436,4 +436,4 @@ public void LocalAddress() throws Exception { // // System.out.println("eth2 : " + ether2); } -} \ No newline at end of file +}