Browse Source

add Reverse: for v0.2.1

tags/v0.2.1
DengBiao 2 years ago
parent
commit
b6ec3dcbb7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pay/pay_test.go

+ 1
- 0
pay/pay_test.go View File

@@ -13,5 +13,6 @@ func TestPay(t *testing.T) {
if err != nil {
t.Errorf("Reverse == %s", err)
}

t.Log(channel.Identifier)
}

Loading…
Cancel
Save