-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
contract account must be validated in delegate-item.
Actual Behavior
No validation for contract in IsValid(byte[]).
No byte slice of contract in Bytes().
mitum-nft/nft/collection/delegate_item.go
Line 60 in 7cb90dc
| func (it DelegateItem) IsValid([]byte) error { |
mitum-nft/nft/collection/delegate_item.go
Line 70 in 7cb90dc
| func (it DelegateItem) Bytes() []byte { |
Steps to Reproduce the Problem
Omit
Specifications
- commit; 7cb90dc
- os; macos ventura
- go version; go1.19
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working