File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ fn main() {
146
146
147
147
test_get_mining_info ( & cl) ;
148
148
test_get_blockchain_info ( & cl) ;
149
- // Blackcoin TODO: test_get_new_address(&cl);
150
- // Blackcoin TODO: test_get_raw_change_address(&cl);
149
+ test_get_new_address ( & cl) ;
150
+ test_get_raw_change_address ( & cl) ;
151
151
// Blackcoin TODO: test_dump_private_key(&cl);
152
152
test_generate ( & cl) ;
153
153
test_get_balance_generate_to_address ( & cl) ;
@@ -159,9 +159,9 @@ fn main() {
159
159
test_get_block_header_get_block_header_info ( & cl) ;
160
160
test_get_block_stats ( & cl) ;
161
161
test_get_block_stats_fields ( & cl) ;
162
- // Blackcoin TODO: test_get_address_info(&cl);
162
+ test_get_address_info ( & cl) ;
163
163
test_set_label ( & cl) ;
164
- // Blackcoin TODO: test_send_to_address(&cl);
164
+ test_send_to_address ( & cl) ;
165
165
test_get_received_by_address ( & cl) ;
166
166
test_list_unspent ( & cl) ;
167
167
test_get_difficulty ( & cl) ;
You can’t perform that action at this time.
0 commit comments