From 9e13a81881c8cc7ac686088ab455d414b35e04e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=20Faltib=C3=A0?= Date: Thu, 13 Jun 2024 14:05:49 +0200 Subject: [PATCH] fix baid58 leftovers --- doc/seals.md | 2 +- src/containers/seals.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/seals.md b/doc/seals.md index 8e2a853a..0c066771 100644 --- a/doc/seals.md +++ b/doc/seals.md @@ -18,7 +18,7 @@ closing previous seal in RGB state evolution graph. |------------------|---------| --------- | ------------ |-------------|-----------------------------------------|---------------| | [`Outpoint`] | BP Core | Required | No | No | `:` | Genesis | | [`BlindSeal`] | BP Core | Required | Yes | No | `:</~>:#` | Stash | -| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:#` | Ext. payments | +| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:#` | Ext. payments | | [`ExplicitSeal`] | BP Core | Optional | Yes | No | `:</~>:` | Internal | | [`VoutSeal`] | RGB Std | Absent | Yes | No | `:~:#` | SealEndpoint | | [`TerminalSeal`] | RGB Std | Optional | Varies | Can be | `/` | Consignments | diff --git a/src/containers/seals.md b/src/containers/seals.md index 8e2a853a..0c066771 100644 --- a/src/containers/seals.md +++ b/src/containers/seals.md @@ -18,7 +18,7 @@ closing previous seal in RGB state evolution graph. |------------------|---------| --------- | ------------ |-------------|-----------------------------------------|---------------| | [`Outpoint`] | BP Core | Required | No | No | `:` | Genesis | | [`BlindSeal`] | BP Core | Required | Yes | No | `:</~>:#` | Stash | -| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:#` | Ext. payments | +| [`SecretSeal`] | BP Core | Unknown | Implicit | Yes | `txob:#` | Ext. payments | | [`ExplicitSeal`] | BP Core | Optional | Yes | No | `:</~>:` | Internal | | [`VoutSeal`] | RGB Std | Absent | Yes | No | `:~:#` | SealEndpoint | | [`TerminalSeal`] | RGB Std | Optional | Varies | Can be | `/` | Consignments |