zbxcat/test.py

17 lines
292 B
Python
Raw Normal View History

2017-07-05 05:28:16 -07:00
from api import *
2017-07-05 05:28:16 -07:00
print("Starting test of xcat...")
2017-07-22 04:29:49 -07:00
seller_init()
buyer_init()
seller_fund()
buyer_fund()
seller_redeem()
buyer_redeem()
2017-07-05 03:44:38 -07:00
# addr = CBitcoinAddress('tmFRXyju7ANM7A9mg75ZjyhFW1UJEhUPwfQ')
# print(addr)
# # print(b2x('tmFRXyju7ANM7A9mg75ZjyhFW1UJEhUPwfQ'))
# print(b2x(addr))