mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
multi: fix make fmt
This commit is contained in:
@@ -15,12 +15,12 @@ import (
|
||||
//
|
||||
// Example output:
|
||||
//
|
||||
// map[string]interface{}{
|
||||
// hex("1234"): map[string]interface{}{
|
||||
// "human-readable": hex("102030"),
|
||||
// hex("1111"): hex("5783492373"),
|
||||
// },
|
||||
// }
|
||||
// map[string]interface{}{
|
||||
// hex("1234"): map[string]interface{}{
|
||||
// "human-readable": hex("102030"),
|
||||
// hex("1111"): hex("5783492373"),
|
||||
// },
|
||||
// }
|
||||
func DumpDB(tx kvdb.RTx, rootKey []byte) error {
|
||||
bucket := tx.ReadBucket(rootKey)
|
||||
if bucket == nil {
|
||||
|
Reference in New Issue
Block a user