Skip to content
Snippets Groups Projects

Draft: 4.(balance_tracker) Addicional reward tracking, more optimalization of processing functions

Closed Michal Zander requested to merge mzander/extended-rewards into develop
Files
3
+ 1
2
@@ -63,8 +63,7 @@ CREATE TABLE IF NOT EXISTS btracker_app.current_account_vests
(
account INT NOT NULL,
received_vests BIGINT DEFAULT 0,
delegated_vests BIGINT DEFAULT 0,
tmp BIGINT,
delegated_vests BIGINT DEFAULT 0,
CONSTRAINT pk_temp_vests PRIMARY KEY (account)
) INHERITS (hive.btracker_app);
Loading