Make tecUNFUNDED more specific and fix WalletAdd.

This commit is contained in:
Arthur Britto
2013-01-19 14:15:56 -08:00
parent 51bbe5ffc8
commit 308ca21b97
7 changed files with 27 additions and 17 deletions

View File

@@ -517,7 +517,7 @@ buster.testCase("Offer tests", {
.offer_create("bob", "50/USD/alice", "200/EUR/carol")
.on('proposed', function (m) {
// console.log("PROPOSED: offer_create: %s", JSON.stringify(m));
callback(m.result !== 'tecUNFUNDED');
callback(m.result !== 'tecUNFUNDED_OFFER');
seq = m.tx_json.Sequence;
})