File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
//! Acropolis Asset State module for Caryatid
2
- //! Accepts native asset mint and burn events a
2
+ //! Accepts native asset mint and burn events
3
3
//! and derives the Asset State in memory
4
4
5
5
use acropolis_common:: {
@@ -106,11 +106,11 @@ impl AssetsState {
106
106
info ! ( "Creating subscriber on '{asset_deltas_subscribe_topic}'" ) ;
107
107
108
108
let assets_query_topic = get_string_flag ( & config, DEFAULT_ASSETS_QUERY_TOPIC ) ;
109
- info ! ( "Creating DRep query handler on '{assets_query_topic}'" ) ;
109
+ info ! ( "Creating asset query handler on '{assets_query_topic}'" ) ;
110
110
111
111
// Initalize state history
112
112
let history = Arc :: new ( Mutex :: new ( StateHistory :: < State > :: new (
113
- "DRepState " ,
113
+ "AssetsState " ,
114
114
StateHistoryStore :: default_block_store ( ) ,
115
115
) ) ) ;
116
116
let history_run = history. clone ( ) ;
You can’t perform that action at this time.
0 commit comments