Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong committed May 24, 2019
1 parent 779f665 commit e0b7025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoSplitCore/Tools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static decimal GetBalance()
public static bool Send(string to, decimal value, string changeAddress = null)
{
var json = changeAddress == null ?
HttpPost("http://localhost:10332", $@"
HttpPost("http://localhost:20332", $@"
{{
'jsonrpc': '2.0',
'method': 'sendtoaddress',
Expand All @@ -62,7 +62,7 @@ public static bool Send(string to, decimal value, string changeAddress = null)
{value}
],
'id': 1
}}"): HttpPost("http://localhost:10332", $@"
}}"): HttpPost("http://localhost:20332", $@"
{{
'jsonrpc': '2.0',
'method': 'sendmany',
Expand Down

0 comments on commit e0b7025

Please sign in to comment.