Skip to content

Commit c5bfe28

Browse files
authored
Specify that prove_ownership must be rejected on SBT if not sent by owner (#117)
1 parent 2832637 commit c5bfe28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/0085-sbt-standard.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ forward_payload:^Cell with_content:Bool = InternalMsgBody;
3434

3535
`with_content` - if true, SBT's content cell will be included in message to contract.
3636

37-
**Should do:**
37+
**Should be rejected if:**
38+
* Sender address is not the owner's address.
3839

40+
**Otherwise should do:**
3941
Send message with TL-B schema to `dest` contract:
4042
```
4143
ownership_proof#0524c7ae query_id:uint64 item_id:uint256 owner:MsgAddress

0 commit comments

Comments
 (0)