We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b8da commit f8b5c19Copy full SHA for f8b5c19
utils/unittest/execution_state.go
@@ -23,7 +23,7 @@ const ServiceAccountPrivateKeySignAlgo = crypto.ECDSAP256
23
const ServiceAccountPrivateKeyHashAlgo = hash.SHA2_256
24
25
// Pre-calculated state commitment with root account with the above private key
26
-const GenesisStateCommitmentHex = "9fddc783cd2cc7a0365b2422a9cbb7b230a20507fb41f17a309ed8b6ef91705c"
+const GenesisStateCommitmentHex = "580c4ff7417cfd1d1411a84de9ed5dac5aafb3a028a6a7fa1d5eda4d1a8e24bd"
27
28
var GenesisStateCommitment flow.StateCommitment
29
0 commit comments