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.1 </version >
9+ <version >3.1.2 </version >
1010
1111 <licenses >
1212 <license >
Original file line number Diff line number Diff line change 44
55public class CommitRisk {
66 private Integer score ;
7- private String rbf ;
7+ private Boolean rbf ;
88 @ Json (name = "low_fee" )
99 private String lowFee ;
1010
@@ -36,7 +36,7 @@ public void setScore(Integer score) {
3636 *
3737 * @return
3838 */
39- public String getRbf () {
39+ public Boolean getRbf () {
4040 return rbf ;
4141 }
4242
@@ -45,7 +45,7 @@ public String getRbf() {
4545 *
4646 * @param rbf
4747 */
48- public void setRbf (String rbf ) {
48+ public void setRbf (Boolean rbf ) {
4949 this .rbf = rbf ;
5050 }
5151
You can’t perform that action at this time.
0 commit comments