Skip to content

Commit

Permalink
Merge pull request #40 from SophiaTX/websocket_logging
Browse files Browse the repository at this point in the history
fc websocket logging
  • Loading branch information
ejossev authored Jun 26, 2018
2 parents f4278b3 + aba2c18 commit fab95aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/fc
Submodule fc updated 1 files
+1 −0 src/rpc/websocket_api.cpp
2 changes: 1 addition & 1 deletion libraries/protocol/include/sophiatx/protocol/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

#define SOPHIATX_MAX_TRANSACTION_SIZE (1024*64)
#define SOPHIATX_MIN_BLOCK_SIZE_LIMIT (SOPHIATX_MAX_TRANSACTION_SIZE)
#define SOPHIATX_MAX_BLOCK_SIZE (SOPHIATX_MAX_TRANSACTION_SIZE*SOPHIATX_BLOCK_INTERVAL*2000)
#define SOPHIATX_MAX_BLOCK_SIZE (SOPHIATX_MAX_TRANSACTION_SIZE * SOPHIATX_BLOCK_INTERVAL*2000)
#define SOPHIATX_SOFT_MAX_BLOCK_SIZE (2*1024*1024)
#define SOPHIATX_MIN_BLOCK_SIZE 115
#define SOPHIATX_BLOCKS_PER_HOUR (60*60/SOPHIATX_BLOCK_INTERVAL)
Expand Down

0 comments on commit fab95aa

Please sign in to comment.