* v2.4.0.3 and x86 * update to x86_64 architecture * bitcoin/v24 (#18) * updated bitcoind dependency * Update manifest.yaml Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: islandbitcoin <dread@start9.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com> Co-authored-by: islandbitcoin <dread@start9.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> Co-authored-by: Chris Guida <chrisguida@users.noreply.github.com>
11 lines
270 B
TypeScript
11 lines
270 B
TypeScript
// import { types as T, util } from "../deps.ts";
|
|
|
|
// export const main: T.ExpectedExports.main = async (effects) => {
|
|
// await effects.runDaemon(
|
|
// {
|
|
// command: "docker_entrypoint.sh",
|
|
// args: [],
|
|
// },
|
|
// ).wait();
|
|
// return util.ok;
|
|
// };
|