mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
UT: Fix Issue #5 test.
This commit is contained in:
@@ -691,11 +691,11 @@ buster.testCase("Issues", {
|
|||||||
callback);
|
callback);
|
||||||
},
|
},
|
||||||
function (callback) {
|
function (callback) {
|
||||||
self.what = "Alice sends via a path";
|
// 4. acct 2 sent acct 3 a 75 iou
|
||||||
|
self.what = "Bob sends Carol 75.";
|
||||||
|
|
||||||
self.remote.transaction()
|
self.remote.transaction()
|
||||||
.payment("alice", "bob", "55/USD/mtgox")
|
.payment("bob", "carol", "75/USD/bob")
|
||||||
.path_add( [ { account: "carol" } ])
|
|
||||||
.on('proposed', function (m) {
|
.on('proposed', function (m) {
|
||||||
// console.log("proposed: %s", JSON.stringify(m));
|
// console.log("proposed: %s", JSON.stringify(m));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user