mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-31 05:10:25 +00:00
first commit
This commit is contained in:
@@ -6,7 +6,7 @@ public class IotaGetBundleRequest extends IotaCommandRequest {
|
||||
|
||||
private String transaction;
|
||||
|
||||
private IotaGetInclusionStateRequest(final String transaction) {
|
||||
private IotaGetBundleRequest(final String transaction) {
|
||||
super(IotaAPICommands.GET_BUNDLE);
|
||||
this.transaction = transaction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user