mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-12 02:27:49 +01:00
Change OMNI simple send text
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user