Skip to content

Commit

Permalink
Update account to base32
Browse files Browse the repository at this point in the history
  • Loading branch information
emg110 committed Nov 15, 2024
1 parent 510a827 commit e090bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0079.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ methodparam = "method=" *qchar
boxparam = "box=" *qbase64url
argparam = "arg=" (*qchar | *digit)
feeparam = "fee=" *digit
accountparam = "account=" *qchar
accountparam = "account=" *base32
assetparam = "asset=" *digit
otherparam = qchar *qchar [ "=" *qchar ]
```
Expand Down

0 comments on commit e090bf7

Please sign in to comment.