Skip to content

Commit

Permalink
JSOn objects in asset/stream details
Browse files Browse the repository at this point in the history
  • Loading branch information
mike31 committed Oct 23, 2017
1 parent 792c5b9 commit ef18500
Show file tree
Hide file tree
Showing 5 changed files with 1,049 additions and 43 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ libbitcoin_server_a_SOURCES = \
chain/pow.cpp \
net/rest.cpp \
utils/utilparse.cpp \
json/json_spirit_ubjson.cpp \
rpc/rpcutils.cpp \
rpc/rpchelp.cpp \
rpc/rpcblockchain.cpp \
Expand Down
1 change: 1 addition & 0 deletions src/entities/asset.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#define MC_ENT_SPRM_FOLLOW_ONS 0x02
#define MC_ENT_SPRM_ISSUER 0x03
#define MC_ENT_SPRM_ANYONE_CAN_WRITE 0x04
#define MC_ENT_SPRM_JSON_DETAILS 0x05
#define MC_ENT_SPRM_ASSET_MULTIPLE 0x41
#define MC_ENT_SPRM_UPGRADE_PROTOCOL_VERSION 0x42
#define MC_ENT_SPRM_UPGRADE_START_BLOCK 0x43
Expand Down
Loading

0 comments on commit ef18500

Please sign in to comment.