Skip to content

Commit

Permalink
Make remainingFillableTakerAssetAmount field nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tameki committed Nov 11, 2019
1 parent e430e9e commit 603881b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ data class OrderRecord(

data class OrderMetaData(
val orderHash: String?,
val remainingFillableTakerAssetAmount: String
val remainingFillableTakerAssetAmount: String?
)

0 comments on commit 603881b

Please sign in to comment.