Exemplo n.º 1
0
def test_wire_rpc2(v_round_trip):
    v_round_trip(Value.makeRpc("Hi there"), minver=0x0300)
Exemplo n.º 2
0
def test_wire_rpc1(v_round_trip):
    v_round_trip(Value.makeRpc(""), minver=0x0300)