File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/cryptomarket/sdk/models Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 <groupId >com.cryptomkt.api</groupId >
77 <artifactId >cryptomarket</artifactId >
88 <packaging >jar</packaging >
9- <version >3.1.2 </version >
9+ <version >3.1.3 </version >
1010
1111 <licenses >
1212 <license >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public class CommitRisk {
66 private Integer score ;
77 private Boolean rbf ;
88 @ Json (name = "low_fee" )
9- private String lowFee ;
9+ private Boolean lowFee ;
1010
1111 /**
1212 * Gets the risk score of the associated transaction. For more information see
@@ -57,7 +57,7 @@ public void setRbf(Boolean rbf) {
5757 *
5858 * @return
5959 */
60- public String getLowFee () {
60+ public Boolean getLowFee () {
6161 return lowFee ;
6262 }
6363
@@ -66,7 +66,7 @@ public String getLowFee() {
6666 *
6767 * @param lowFee
6868 */
69- public void setLowFee (String lowFee ) {
69+ public void setLowFee (Boolean lowFee ) {
7070 this .lowFee = lowFee ;
7171 }
7272
You can’t perform that action at this time.
0 commit comments