def send_GetTransactions(self): logger.info('asking for transactions') self.send_packet(packeter.dump_GetTransactions())
def send_GetTransactions(self): logger.debug("asking for transactions") self.send_packet(packeter.dump_GetTransactions())