Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed May 4, 2024
1 parent e9320b2 commit 53c8bd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion script/StealthAddresses.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {Script} from "forge-std/Script.sol";
import {console2 as console} from "forge-std/console2.sol";
import {StdStyle} from "forge-std/StdStyle.sol";

import {Secp256k1Offchain} from "crysol-offchain/secp256k1/Secp256k1Offchain.sol";
import {Secp256k1Offchain} from
"crysol-offchain/secp256k1/Secp256k1Offchain.sol";
import {Secp256k1, SecretKey, PublicKey} from "crysol/secp256k1/Secp256k1.sol";
import {
Secp256k1Arithmetic,
Expand Down
12 changes: 6 additions & 6 deletions test/StealthAddresses.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ contract StealthAddressesTest is Test {
ephPk: PublicKey({
x: uint(
99931485108758068354634100015529707565438847495649276196131125998359569029703
),
),
y: uint(
4744375390796532504618795785909610189099640957761399522523575349957196497592
)
)
}),
viewTag: uint8(0x3d) // 0x3d = 61
});
Expand All @@ -118,10 +118,10 @@ contract StealthAddressesTest is Test {
ephPk: PublicKey({
x: uint(
99931485108758068354634100015529707565438847495649276196131125998359569029703
),
),
y: uint(
4744375390796532504618795785909610189099640957761399522523575349957196497592
)
)
}),
viewTag: uint8(0x3d) // 0x3d = 61
});
Expand Down Expand Up @@ -150,10 +150,10 @@ contract StealthAddressesTest is Test {
ephPk: PublicKey({
x: uint(
99931485108758068354634100015529707565438847495649276196131125998359569029703
),
),
y: uint(
4744375390796532504618795785909610189099640957761399522523575349957196497592
)
)
}),
viewTag: uint8(0x3d) // 0x3d = 61
});
Expand Down

0 comments on commit 53c8bd4

Please sign in to comment.