Skip to content

Commit

Permalink
Change OMNI simple send text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboehm committed Apr 15, 2019
1 parent 9abff90 commit 3ef9426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bchain/coins/btc/bitcoinparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (p *BitcoinParser) tryParseOmni(data []byte) string {
amount.SetBytes(data[12:])
amountStr := p.AmountToDecimalString(amount)

ed := "OMNI Simple Send " + amountStr + " " + currency + " (#" + strconv.Itoa(int(currencyID)) + ")"
ed := "OMNI Simple Send: " + amountStr + " " + currency + " (#" + strconv.Itoa(int(currencyID)) + ")"
return ed
}

Expand Down

0 comments on commit 3ef9426

Please sign in to comment.