Skip to content

Commit fb83230

Browse files
pi314xxeroc
authored andcommitted
Update objecttypes.py
added samet_fund, credit_offer, credit_deal
1 parent c529e68 commit fb83230

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bitsharesbase/objecttypes.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@
2121
object_type["custom_authority"] = 17
2222
object_type["ticket"] = 18
2323
object_type["liquidity_pool"] = 19
24-
object_type["OBJECT_TYPE_COUNT"] = 19
24+
object_type["samet_fund"] = 20
25+
object_type["credit_offer"] = 21
26+
object_type["credit_deal"] = 22
27+
object_type["OBJECT_TYPE_COUNT"] = 22

0 commit comments

Comments
 (0)