Skip to content

Commit

Permalink
fix: remove cucumber walletffi.js file that got re-included in rebase (
Browse files Browse the repository at this point in the history
…#3271)

Description
Code was moved to ffiInterface.js and updated. Mistakenly got re-included when fixing a conflict in a rebase.

Motivation and Context
---

How Has This Been Tested?
---
  • Loading branch information
StriderDM authored Aug 31, 2021
1 parent b3bff31 commit 77c9256
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,076 deletions.
2 changes: 0 additions & 2 deletions integration_tests/helpers/ffi/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ const CompletedTransaction = require("./completedTransaction");
const CompletedTransactions = require("./completedTransactions");
const PendingInboundTransaction = require("./pendingInboundTransaction");
const PendingInboundTransactions = require("./pendingInboundTransactions");
// const PendingOutboundTransaction = require("./pendingOutboundTransaction");
const PendingOutboundTransactions = require("./pendingOutboundTransactions");
const Contact = require("./contact");
const Contacts = require("./contacts");
// const SeedWords = require("./seedWords");

const utf8 = require("utf8");

Expand Down
Loading

0 comments on commit 77c9256

Please sign in to comment.