We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae24422 commit 9a7a2e3Copy full SHA for 9a7a2e3
.baedeker/vendor/baedeker-library/mixin/raw-spec.libsonnet
@@ -60,7 +60,7 @@ local
60
nonce: super?.nonce ?? 0,
61
// Leaks
62
consumers: super?.consumers ?? 1,
63
- providers: super?.providers ?? 1,
+ providers: 1,
64
sufficients: super?.sufficients ?? 0,
65
data+: {
66
free: std.bigint(1000000000),
0 commit comments