mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-01 02:51:37 +02:00
multi: rename ReadTx to RTx
This commit is contained in:
@ -88,7 +88,7 @@ func (b *missionControlStore) clear() error {
|
||||
func (b *missionControlStore) fetchAll() ([]*paymentResult, error) {
|
||||
var results []*paymentResult
|
||||
|
||||
err := kvdb.View(b.db, func(tx kvdb.ReadTx) error {
|
||||
err := kvdb.View(b.db, func(tx kvdb.RTx) error {
|
||||
resultBucket := tx.ReadBucket(resultsKey)
|
||||
results = make([]*paymentResult, 0)
|
||||
|
||||
|
Reference in New Issue
Block a user