Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitzhou committed Mar 29, 2024
1 parent e46b414 commit fda06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tokens/tutorials/ordi-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ In this example, we implement a demo contract, which can only be successfully ca
To verify the oracle signed message, we should add oracle's public key to the contract. To record the specific BSV20 token and amount, we also need to add another two properties to it.

```ts
export class OracleDemoBsv20 extends OrdinalNFT {
export class OracleDemoBsv20 extends SmartContract {
@prop()
oraclePubKey: RabinPubKey

Expand Down

0 comments on commit fda06c9

Please sign in to comment.