From 92ff9a6bd5c7435cf4d1e0b8a73d632b35d74174 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 2 Dec 2015 16:50:19 -0800 Subject: [PATCH] scrap completedFundingState --- wallet/wallet.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wallet/wallet.go b/wallet/wallet.go index 5828ff7b..10f91ba2 100644 --- a/wallet/wallet.go +++ b/wallet/wallet.go @@ -57,13 +57,6 @@ const ( CLTV_RESERVE ) -// completedFundingState... -type completedFundingState struct { - finalizedReservation *ChannelReservation - - regularTxID wire.ShaHash -} - // initFundingReserveReq... type initFundingReserveMsg struct { fundingAmount btcutil.Amount @@ -135,7 +128,6 @@ type finalizedFundingState struct { type LightningWallet struct { // TODO(roasbeef): add btcwallet/chain for notifications initially, then // abstract out in order to accomodate zeroMQ/BitcoinCore - lmtx sync.RWMutex db walletdb.DB