mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
UT: Adjust fees for unit tests.
This commit is contained in:
committed by
Stefan Thomas
parent
8fa4224bb5
commit
1db7da9f63
@@ -216,10 +216,10 @@ Remote.flags = {
|
||||
|
||||
// XXX This needs to be determined from the network.
|
||||
Remote.fees = {
|
||||
'default' : Amount.from_json("100"),
|
||||
'account_create' : Amount.from_json("1000"),
|
||||
'default' : Amount.from_json("10"),
|
||||
'account_create' : Amount.from_json("1000000000"),
|
||||
'nickname_create' : Amount.from_json("1000"),
|
||||
'offer' : Amount.from_json("100"),
|
||||
'offer' : Amount.from_json("10"),
|
||||
};
|
||||
|
||||
// Set the emited state: 'online' or 'offline'
|
||||
|
||||
Reference in New Issue
Block a user