Commit bcaae7de authored by Constantin Rack's avatar Constantin Rack

Merge pull request #1268 from somdoron/manual_and_welcome

remove debug printf in test_xpub_welcome_msg
parents 9bd34100 0ac0b047
......@@ -56,7 +56,6 @@ int main (void)
// Receive the welcome message
rc = zmq_recv(sub, buffer, 1, 0);
printf("%d\n", rc);
assert(rc == 1);
assert(buffer[0] == 'W');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment