Fixed typo
This commit is contained in:
parent
d0f9ddbbb9
commit
3e92673c7b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class BitAssetData extends GrapheneObject {
|
|||
this.force_settled_volume = force_settled_volume;
|
||||
}
|
||||
|
||||
public boolean isIsPredictionMarket() {
|
||||
public boolean isPredictionMarket() {
|
||||
return is_prediction_market;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue