Skip to content

Commit

Permalink
fix invoice address prefix, and remove si_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Jun 18, 2024
1 parent 110b5d5 commit 17ae7f9
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 223 deletions.
3 changes: 0 additions & 3 deletions src/ckb/schema/invoice.mol
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ option SignatureOpt (Signature);

option AmountOpt (Uint128);

// SI prefix comes from: https://en.wikipedia.org/wiki/International_System_of_Units
option SiPrefixOpt (byte);
option FeatureOpt (Uint32);

table Duration {
Expand Down Expand Up @@ -85,7 +83,6 @@ table RawInvoiceData {
table RawCkbInvoice {
currency: byte,
amount: AmountOpt,
prefix: SiPrefixOpt,
signature: SignatureOpt,
data: RawInvoiceData,
}
Loading

0 comments on commit 17ae7f9

Please sign in to comment.