mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-05 05:15:12 +00:00
Remove debugging that slipped in.
This commit is contained in:
parent
2782b7815e
commit
b5b684127c
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ import (
|
||||||
// writeDirtyToDisk checks for the dirty flag on an account's wallet,
|
// writeDirtyToDisk checks for the dirty flag on an account's wallet,
|
||||||
// txstore, and utxostore, writing them to disk if any are dirty.
|
// txstore, and utxostore, writing them to disk if any are dirty.
|
||||||
func (w *BtcWallet) writeDirtyToDisk() error {
|
func (w *BtcWallet) writeDirtyToDisk() error {
|
||||||
fmt.Println("entered")
|
|
||||||
|
|
||||||
// Temporary files append the current time to the normal file name.
|
// Temporary files append the current time to the normal file name.
|
||||||
// In caes of failure, the most recent temporary file can be inspected
|
// In caes of failure, the most recent temporary file can be inspected
|
||||||
// for validity, and moved to replace the main file.
|
// for validity, and moved to replace the main file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue