Skip to content

Commit

Permalink
rename to match basic bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed May 17, 2024
1 parent 86c73db commit 507b6d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/bitcoin_psbt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import express, { Request } from 'express';

import { determineKeyName, determineNetwork } from '../../basic_bitcoin/src';
import * as bitcoinApi from '../../basic_bitcoin/src/bitcoin_api';
import * as bitcoinPsbt from './psbt';
import * as bitcoinPsbt from './bitcoin_wallet';

// The bitcoin network to connect to.
//
Expand Down

0 comments on commit 507b6d3

Please sign in to comment.