Skip to content

Commit 75fc94b

Browse files
authored
Merge pull request RGB-WG#216 from zoedberg/fix_baid58_leftovers
fix baid58 leftovers
2 parents 0046fc4 + 9e13a81 commit 75fc94b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/seals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ closing previous seal in RGB state evolution graph.
1818
|------------------|---------| --------- | ------------ |-------------|-----------------------------------------|---------------|
1919
| [`Outpoint`] | BP Core | Required | No | No | `<txid>:<vout>` | Genesis |
2020
| [`BlindSeal`] | BP Core | Required | Yes | No | `<method>:<<txid>/~>:<vout>#<blinding>` | Stash |
21-
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid58>#<checksum>` | Ext. payments |
21+
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid64>#<checksum>` | Ext. payments |
2222
| [`ExplicitSeal`] | BP Core | Optional | Yes | No | `<method>:<<txid>/~>:<vout>` | Internal |
2323
| [`VoutSeal`] | RGB Std | Absent | Yes | No | `<method>:~:<vout>#<blinding>` | SealEndpoint |
2424
| [`TerminalSeal`] | RGB Std | Optional | Varies | Can be | `<ConcealedSeal>/<VoutSeal>` | Consignments |

src/containers/seals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ closing previous seal in RGB state evolution graph.
1818
|------------------|---------| --------- | ------------ |-------------|-----------------------------------------|---------------|
1919
| [`Outpoint`] | BP Core | Required | No | No | `<txid>:<vout>` | Genesis |
2020
| [`BlindSeal`] | BP Core | Required | Yes | No | `<method>:<<txid>/~>:<vout>#<blinding>` | Stash |
21-
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid58>#<checksum>` | Ext. payments |
21+
| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:<baid64>#<checksum>` | Ext. payments |
2222
| [`ExplicitSeal`] | BP Core | Optional | Yes | No | `<method>:<<txid>/~>:<vout>` | Internal |
2323
| [`VoutSeal`] | RGB Std | Absent | Yes | No | `<method>:~:<vout>#<blinding>` | SealEndpoint |
2424
| [`TerminalSeal`] | RGB Std | Optional | Varies | Can be | `<ConcealedSeal>/<VoutSeal>` | Consignments |

0 commit comments

Comments
 (0)