Skip to content

Commit e6daf28

Browse files
committed
temp: update proto files
1 parent 975ad96 commit e6daf28

19 files changed

+31896
-19106
lines changed

app/scripts/build-protos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const protoSources = async () => {
2121
const goModPath = join(appPath, '..', 'go.mod');
2222
const goModSource = (await fs.readFile(goModPath)).toString();
2323

24-
const lndVersion = goModSource.match(LND_VERSION_PATTERN);
24+
const lndVersion = ['', 'v0.13.0-beta.rc3']; // TODO revert: goModSource.match(LND_VERSION_PATTERN);
2525
if (!lndVersion || lndVersion.length !== 2) {
2626
throw new Error(`go.mod did not match pattern ${LND_VERSION_PATTERN}`);
2727
}

app/src/types/generated/auctioneerrpc/auctioneer_pb.d.ts

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)