Skip to content

Commit

Permalink
for lmc
Browse files Browse the repository at this point in the history
  • Loading branch information
bigzhu committed Jan 15, 2018
1 parent da5c35a commit a3e89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoind.go
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ func (b *Bitcoind) SendMany(fromAccount string, amounts map[string]float64, minc
}

// SendToAddressLMC send an amount to a given address no comment for LMC created by bigzhu
func (b *Bitcoind) SendToAddressLMC(toAddress string, amount float64, comment, commentTo string) (txID string, err error) {
func (b *Bitcoind) SendToAddressLMC(toAddress string, amount float64) (txID string, err error) {
r, err := b.client.call("sendtoaddress", []interface{}{toAddress, amount})
if err = handleError(err, &r); err != nil {
return
Expand Down

0 comments on commit a3e89a7

Please sign in to comment.