test_common: Rewrite protocol_bind! as a function
I'm not sure if there are benefits to protocol_bind
being a macro.
bind!
in the ClientState
s reduces the argument count which is a little more convenient.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
I'm not sure if there are benefits to protocol_bind
being a macro.
bind!
in the ClientState
s reduces the argument count which is a little more convenient.