We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5908f9d commit b499efbCopy full SHA for b499efb
test/address.spec.ts
@@ -52,7 +52,7 @@ describe('address', () => {
52
53
describe('fromBlech32', () => {
54
fixtures.standard.forEach((f) => {
55
- if (!f.bech32) return;
+ if (!f.confidentialAddress) return;
56
57
it('decodes ' + f.confidentialAddress, () => {
58
const actual = baddress.fromBlech32(f.confidentialAddress);
0 commit comments