Fixed typo

develop
Nelson R. Perez 2018-03-01 11:07:02 -05:00
parent d0f9ddbbb9
commit 3e92673c7b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}