fix: revert difficulty

This commit is contained in:
Pravdyvy 2025-12-08 12:46:43 +02:00
parent 2fd4a37ee4
commit f1760b67ee

View File

@ -233,8 +233,8 @@ impl V02State {
Account {
program_owner: Program::pinata().id(),
balance: 1500,
// Difficulty: 2
data: vec![2; 33],
// Difficulty: 3
data: vec![3; 33],
nonce: 0,
},
);