Skip to content

Commit

Permalink
Fix Alice (baedeker sudo)
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Sep 26, 2024
1 parent ae24422 commit 9a7a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .baedeker/vendor/baedeker-library/mixin/raw-spec.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ local
nonce: super?.nonce ?? 0,
// Leaks
consumers: super?.consumers ?? 1,
providers: super?.providers ?? 1,
providers: 1,
sufficients: super?.sufficients ?? 0,
data+: {
free: std.bigint(1000000000),
Expand Down

0 comments on commit 9a7a2e3

Please sign in to comment.