From 23bca0f374b3e1ccfa19bfeb86d06a0aca82184b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felf=C3=B6ldi=20Zsolt?= Date: Fri, 26 Jan 2018 18:30:45 +0100 Subject: les: fix TxStatusMsg RLP coding (#15974) --- les/protocol.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'les/protocol.go') diff --git a/les/protocol.go b/les/protocol.go index 6a7354d1c..e1c4625bc 100644 --- a/les/protocol.go +++ b/les/protocol.go @@ -224,6 +224,6 @@ type proofsData [][]rlp.RawValue type txStatus struct { Status core.TxStatus - Lookup *core.TxLookupEntry - Error error + Lookup *core.TxLookupEntry `rlp:"nil"` + Error string } -- cgit v1.2.3