Skip to content

Commit

Permalink
Remove incorrect comment about Soroban u256 representation (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
brson authored Jul 24, 2023
1 parent 34241a1 commit 54fb7c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Stellar-contract.x
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ enum SCValType

// 128 bits is naturally supported by Rust and we use it for Soroban
// fixed-point arithmetic prices / balances / similar "quantities". These
// are represented in XDR as a pair of 2 u64s, unlike {u,i}256 which is
// represented as an array of 32 bytes.
// are represented in XDR as a pair of 2 u64s.
SCV_U128 = 9,
SCV_I128 = 10,

Expand Down

0 comments on commit 54fb7c5

Please sign in to comment.