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

Commit 630c757

Browse files
author
Tobin C. Harding
committed
Fix db integration test after merge of master
1 parent 2781b95 commit 630c757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnd/tests/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ use chrono::NaiveDateTime;
33
use cnd::{
44
bitcoin::PublicKey,
55
db::{AcceptedSwap, LoadAcceptedSwap, Save, Sqlite, Swap},
6+
ethereum::{Address, EtherQuantity},
67
swap_protocols::{
78
ledger::{Bitcoin, Ethereum},
89
rfc003::{Accept, Request, Secret, SecretHash},
910
HashFunction, Role, SwapId,
1011
},
1112
timestamp::Timestamp,
1213
};
13-
use ethereum_support::{Address, EtherQuantity};
1414
use futures_core::{FutureExt, TryFutureExt};
1515
use libp2p::PeerId;
1616
use std::str::FromStr;

0 commit comments

Comments
 (0)