Remove some fmt.Printf debugging.
This commit is contained in:
parent
c54af23849
commit
378af40329
2 changed files with 9 additions and 11 deletions
|
@ -467,8 +467,6 @@ func (a *Account) NewAddress() (string, error) {
|
||||||
// Request updates from btcd for new transactions sent to this address.
|
// Request updates from btcd for new transactions sent to this address.
|
||||||
a.ReqNewTxsForAddress(addr)
|
a.ReqNewTxsForAddress(addr)
|
||||||
|
|
||||||
fmt.Println("after")
|
|
||||||
|
|
||||||
return addr, nil
|
return addr, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue