Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix weird double quote issue
  • Loading branch information
madoke committed May 26, 2024
commit 1f4dbc1f0c786e5f0e46724100104724e5c3447f
2 changes: 1 addition & 1 deletion src/lib/isBtcAddress.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assertString from "./util/assertString";
import assertString from './util/assertString';

const bech32 = /^(bc1|tb1|bc1p|tb1p)[ac-hj-np-z02-9]{39,58}$/;
const base58 = /^(1|2|3|m)[A-HJ-NP-Za-km-z1-9]{25,39}$/;
Expand Down