From dfa55bcfa53d282b24a1c441fa5a71205a92c7a4 Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Mon, 18 Nov 2019 17:33:20 -0800 Subject: [PATCH] fix forward typo --- path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/path.go b/path.go index 4f9d284..f24f374 100644 --- a/path.go +++ b/path.go @@ -23,7 +23,7 @@ type HopData struct { Realm [RealmByteSize]byte // NextAddress is the address of the next hop that this packet should - // be forward to. + // be forwarded to. NextAddress [AddressSize]byte // ForwardAmount is the HTLC amount that the next hop should forward.