Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit c69e7f0

Browse files
author
Alan Shaw
committed
fix: libp2p key string name
1 parent 89a12d1 commit c69e7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/add.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const { getDescribe, getIt, expect } = require('../utils/mocha')
55

66
const invalidArg = 'this/Is/So/Invalid/'
7-
const validIp4 = '/ip4/104.236.176.52/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z'
7+
const validIp4 = '/ip4/104.236.176.52/tcp/4001/p2p/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z'
88

99
/** @typedef { import("ipfsd-ctl/src/factory") } Factory */
1010
/**

src/bootstrap/rm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = (common, options) => {
1313
const it = getIt(options)
1414

1515
const invalidArg = 'this/Is/So/Invalid/'
16-
const validIp4 = '/ip4/104.236.176.52/tcp/4001/ipfs/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z'
16+
const validIp4 = '/ip4/104.236.176.52/tcp/4001/p2p/QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z'
1717

1818
describe('.bootstrap.rm', function () {
1919
this.timeout(100 * 1000)

0 commit comments

Comments
 (0)