Skip to content

Commit

Permalink
Changed autoprint to 'json'
Browse files Browse the repository at this point in the history
  • Loading branch information
ocnils committed Mar 15, 2008
1 parent a8214eb commit 3058f45
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyopencoin/oc/nilstest.py
Expand Up @@ -7,13 +7,14 @@
walletB = Wallet()
issuer = tests.makeIssuer()
t = ClientTest(walletB.listen,
clientnick='walletA',
autocontinue=1,
autoprint=0,
servernick='walletB')
clientnick='walletA',
autocontinue=1,
autoprint='json',
servernick='walletB')
t2 = ClientTest(issuer.listen,
clientnick='walletB',
autoprint=0,
autocontinue=1,
autoprint='json',
servernick='issuer')

walletB.issuer_transport = t2
Expand Down

0 comments on commit 3058f45

Please sign in to comment.