Add TODO for omni parsing
This commit is contained in:
parent
df952ffb05
commit
6ac14f163a
@ -124,6 +124,9 @@ func TryParseOPReturn(script []byte) string {
|
||||
data = script[2:]
|
||||
}
|
||||
if l == len(data) {
|
||||
|
||||
// TODO try parse OMNI
|
||||
|
||||
isASCII := true
|
||||
for _, c := range data {
|
||||
if c < 32 || c > 127 {
|
||||
|
||||
@ -215,6 +215,8 @@ func TestGetAddressesFromAddrDesc(t *testing.T) {
|
||||
want2: false,
|
||||
wantErr: false,
|
||||
},
|
||||
|
||||
// TODO test case for omni
|
||||
}
|
||||
|
||||
parser := NewBitcoinParser(GetChainParams("main"), &Configuration{})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user