Skip to content

Commit 953bf61

Browse files
committed
Enable test_get_new_address(), test_get_raw_change_address(), test_get_address_info() and test_send_to_address()
1 parent 8b5bcd8 commit 953bf61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration_test/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ fn main() {
146146

147147
test_get_mining_info(&cl);
148148
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);
151151
// Blackcoin TODO: test_dump_private_key(&cl);
152152
test_generate(&cl);
153153
test_get_balance_generate_to_address(&cl);
@@ -159,9 +159,9 @@ fn main() {
159159
test_get_block_header_get_block_header_info(&cl);
160160
test_get_block_stats(&cl);
161161
test_get_block_stats_fields(&cl);
162-
// Blackcoin TODO: test_get_address_info(&cl);
162+
test_get_address_info(&cl);
163163
test_set_label(&cl);
164-
// Blackcoin TODO: test_send_to_address(&cl);
164+
test_send_to_address(&cl);
165165
test_get_received_by_address(&cl);
166166
test_list_unspent(&cl);
167167
test_get_difficulty(&cl);

0 commit comments

Comments
 (0)