Skip to content

Commit

Permalink
Don't log the password
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjaap committed Jul 1, 2019
1 parent 4c51b7e commit c67c64e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mining/mining.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ func (m *MinerCore) RefreshHashrate() {
}

func (m *MinerCore) SendSweep(password string) string {
logging.Debugf("Decrypting with password [%s]", password)
err := m.wal.SignMyInputs(m.pendingSweep, password)
if err != nil {
return err.Error()
Expand Down

0 comments on commit c67c64e

Please sign in to comment.