GetBlock constructor now receives an argument of type long
This commit is contained in:
parent
56c808c353
commit
8ed74dbaed
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class GetBlock implements ApiCallable {
|
||||||
|
|
||||||
private long blockNumber;
|
private long blockNumber;
|
||||||
|
|
||||||
public GetBlock(int blockNum){
|
public GetBlock(long blockNum){
|
||||||
this.blockNumber = blockNum;
|
this.blockNumber = blockNum;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue