Adding the memo in both test transfer operations
This commit is contained in:
parent
fc91f7366c
commit
cf647a65ba
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class TransactionTest {
|
||||||
.setSource(bilthon_7)
|
.setSource(bilthon_7)
|
||||||
.setDestination(bilthon_5) // bilthon-5
|
.setDestination(bilthon_5) // bilthon-5
|
||||||
.setFee(new AssetAmount(UnsignedLong.valueOf(FEE_AMOUNT), CORE_ASSET))
|
.setFee(new AssetAmount(UnsignedLong.valueOf(FEE_AMOUNT), CORE_ASSET))
|
||||||
|
.setMemo(memo)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
// Creating operation 2
|
// Creating operation 2
|
||||||
|
@ -162,6 +163,7 @@ public class TransactionTest {
|
||||||
.setSource(bilthon_7) // bilthon-15
|
.setSource(bilthon_7) // bilthon-15
|
||||||
.setDestination(bilthon_16) // bilthon-16
|
.setDestination(bilthon_16) // bilthon-16
|
||||||
.setFee(new AssetAmount(UnsignedLong.valueOf(FEE_AMOUNT), CORE_ASSET))
|
.setFee(new AssetAmount(UnsignedLong.valueOf(FEE_AMOUNT), CORE_ASSET))
|
||||||
|
.setMemo(memo)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue