Page MenuHomePhabricator

[Apps][Examples] Remove chronik url input arg from getDetailsFromTxid
ClosedPublic

Authored by emack on Jul 1 2023, 08:42.

Details

Summary

As per feedback from D14166, removing the chronik url input arg

Test Plan

npm test
npm run getDetailsFromTxid <txid>

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emack requested review of this revision.Jul 1 2023, 08:42
bytesofman requested changes to this revision.Jul 1 2023, 21:14
bytesofman added inline comments.
apps/examples/scripts/getDetailsFromTxid.js
31 ↗(On Diff #41157)

This URL is used by many scripts and should be exported by a config file

This revision now requires changes to proceed.Jul 1 2023, 21:14
emack requested review of this revision.Jul 1 2023, 22:57
emack added inline comments.
apps/examples/scripts/getDetailsFromTxid.js
31 ↗(On Diff #41157)

As discussed

This revision is now accepted and ready to land.Jul 2 2023, 03:17