mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc: bump protocol version
This commit is contained in:
parent
5215222ced
commit
c6e3829acd
3 changed files with 67 additions and 54 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
// protocolVersion defines the version of the protocol that is currently
|
||||
// supported by the loop client.
|
||||
const protocolVersion = looprpc.ProtocolVersion_MULTI_LOOP_OUT
|
||||
const protocolVersion = looprpc.ProtocolVersion_NATIVE_SEGWIT_LOOP_IN
|
||||
|
||||
type swapServerClient interface {
|
||||
GetLoopOutTerms(ctx context.Context) (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue