Skip to content

Commit

Permalink
fix: update trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru authored and hstove committed May 21, 2021
1 parent 5c3081c commit fe06e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sips/sip-010/sip-010-fungible-token-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Stacks blockchain has a native fungible token: the Stacks token (STX). In ad

# Specification

The fungible token trait, `sip10-trait`, has 7 functions:
The fungible token trait, `sip-010-trait`, has 7 functions:

## Trait functions

Expand Down Expand Up @@ -156,7 +156,7 @@ Clients that fetch this data should prefer any on-chain data, such as the name o
An implementation of the proposed trait is provided below.

```clarity
(define-trait sip10-trait
(define-trait sip-010-trait
(
;; Transfer from the caller to a new principal
(transfer (uint principal principal (optional (buff 34))) (response bool uint))
Expand Down

0 comments on commit fe06e0f

Please sign in to comment.