Skip to content

Commit 552c31e

Browse files
committed
chore(wire/account.go): remove unnecessary constant
Signed-off-by: Minh Huy Tran <huy@perun.network>
1 parent d5fefa3 commit 552c31e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wire/account.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ type Account interface {
4141
Sign(msg []byte) ([]byte, error)
4242
}
4343

44-
const testBackendID = 0
45-
4644
var _ Msg = (*AuthResponseMsg)(nil)
4745

4846
// AuthResponseMsg is the response message in the peer authentication protocol.

0 commit comments

Comments
 (0)