Skip to content

Commit

Permalink
Merge pull request RGB-WG#216 from zoedberg/fix_baid58_leftovers
Browse files Browse the repository at this point in the history
fix baid58 leftovers
  • Loading branch information
dr-orlovsky authored Jun 13, 2024
2 parents 0046fc4 + 9e13a81 commit 75fc94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/seals.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ closing previous seal in RGB state evolution graph.
|------------------|---------| --------- | ------------ |-------------|-----------------------------------------|---------------|
| [`Outpoint`] | BP Core | Required | No | No | `<txid>:<vout>` | Genesis |
| [`BlindSeal`] | BP Core | Required | Yes | No | `<method>:<<txid>/~>:<vout>#<blinding>` | Stash |
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid58>#<checksum>` | Ext. payments |
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid64>#<checksum>` | Ext. payments |
| [`ExplicitSeal`] | BP Core | Optional | Yes | No | `<method>:<<txid>/~>:<vout>` | Internal |
| [`VoutSeal`] | RGB Std | Absent | Yes | No | `<method>:~:<vout>#<blinding>` | SealEndpoint |
| [`TerminalSeal`] | RGB Std | Optional | Varies | Can be | `<ConcealedSeal>/<VoutSeal>` | Consignments |
Expand Down
2 changes: 1 addition & 1 deletion src/containers/seals.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ closing previous seal in RGB state evolution graph.
|------------------|---------| --------- | ------------ |-------------|-----------------------------------------|---------------|
| [`Outpoint`] | BP Core | Required | No | No | `<txid>:<vout>` | Genesis |
| [`BlindSeal`] | BP Core | Required | Yes | No | `<method>:<<txid>/~>:<vout>#<blinding>` | Stash |
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid58>#<checksum>` | Ext. payments |
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid64>#<checksum>` | Ext. payments |
| [`ExplicitSeal`] | BP Core | Optional | Yes | No | `<method>:<<txid>/~>:<vout>` | Internal |
| [`VoutSeal`] | RGB Std | Absent | Yes | No | `<method>:~:<vout>#<blinding>` | SealEndpoint |
| [`TerminalSeal`] | RGB Std | Optional | Varies | Can be | `<ConcealedSeal>/<VoutSeal>` | Consignments |
Expand Down

0 comments on commit 75fc94b

Please sign in to comment.