mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-07 15:53:14 +00:00
fix: revert difficulty
This commit is contained in:
parent
2fd4a37ee4
commit
f1760b67ee
@ -233,8 +233,8 @@ impl V02State {
|
|||||||
Account {
|
Account {
|
||||||
program_owner: Program::pinata().id(),
|
program_owner: Program::pinata().id(),
|
||||||
balance: 1500,
|
balance: 1500,
|
||||||
// Difficulty: 2
|
// Difficulty: 3
|
||||||
data: vec![2; 33],
|
data: vec![3; 33],
|
||||||
nonce: 0,
|
nonce: 0,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user