Tim.C

Results 2 issues of Tim.C

If use IotaAPI.sendTransfer send three meta transaction with three specified diffrent tag, and more with a value transfer transaction, the last one tag will be used in the input transaction...

bug

### What version are you using? java-stellar-sdk-0.29.0.jar ### What did you do? ` public static void main(String[] args) throws IOException { Page page = server.effects().forLedger(38517886).cursor("165433060681412610-3") .order(RequestBuilder.Order.ASC).limit(1).execute(); System.out.println("done"); }` ### What...

bug