Adding the memo in both test transfer operations

develop
Nelson R. Perez 2017-11-02 17:32:55 -05:00
parent fc91f7366c
commit cf647a65ba
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,7 @@ public class TransactionTest {
.setSource(bilthon_7)
.setDestination(bilthon_5) // bilthon-5
.setFee(new AssetAmount(UnsignedLong.valueOf(FEE_AMOUNT), CORE_ASSET))
.setMemo(memo)
.build();
// Creating operation 2
@ -162,6 +163,7 @@ public class TransactionTest {
.setSource(bilthon_7) // bilthon-15
.setDestination(bilthon_16) // bilthon-16
.setFee(new AssetAmount(UnsignedLong.valueOf(FEE_AMOUNT), CORE_ASSET))
.setMemo(memo)
.build();