fix tests (follow-up 3f5c1a0171)
This commit is contained in:
@@ -167,14 +167,14 @@ class TestCommandsTestnet(TestCaseForTestnet):
|
|||||||
{
|
{
|
||||||
"prevout_hash": "9d221a69ca3997cbeaf5624d723e7dc5f829b1023078c177d37bdae95f37c539",
|
"prevout_hash": "9d221a69ca3997cbeaf5624d723e7dc5f829b1023078c177d37bdae95f37c539",
|
||||||
"prevout_n": 1,
|
"prevout_n": 1,
|
||||||
"value": 1000000,
|
"value_sats": 1000000,
|
||||||
"privkey": "p2wpkh:cVDXzzQg6RoCTfiKpe8MBvmm5d5cJc6JLuFApsFDKwWa6F5TVHpD"
|
"privkey": "p2wpkh:cVDXzzQg6RoCTfiKpe8MBvmm5d5cJc6JLuFApsFDKwWa6F5TVHpD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"address": "tb1q4s8z6g5jqzllkgt8a4har94wl8tg0k9m8kv5zd",
|
"address": "tb1q4s8z6g5jqzllkgt8a4har94wl8tg0k9m8kv5zd",
|
||||||
"value": 990000
|
"value_sats": 990000
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -188,7 +188,7 @@ class TestCommandsTestnet(TestCaseForTestnet):
|
|||||||
{
|
{
|
||||||
"prevout_hash": "9d221a69ca3997cbeaf5624d723e7dc5f829b1023078c177d37bdae95f37c539",
|
"prevout_hash": "9d221a69ca3997cbeaf5624d723e7dc5f829b1023078c177d37bdae95f37c539",
|
||||||
"prevout_n": 1,
|
"prevout_n": 1,
|
||||||
"value": 1000000,
|
"value_sats": 1000000,
|
||||||
"privkey": "p2wpkh:cVDXzzQg6RoCTfiKpe8MBvmm5d5cJc6JLuFApsFDKwWa6F5TVHpD",
|
"privkey": "p2wpkh:cVDXzzQg6RoCTfiKpe8MBvmm5d5cJc6JLuFApsFDKwWa6F5TVHpD",
|
||||||
"nsequence": 0xfffffffd
|
"nsequence": 0xfffffffd
|
||||||
}
|
}
|
||||||
@@ -196,7 +196,7 @@ class TestCommandsTestnet(TestCaseForTestnet):
|
|||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"address": "tb1q4s8z6g5jqzllkgt8a4har94wl8tg0k9m8kv5zd",
|
"address": "tb1q4s8z6g5jqzllkgt8a4har94wl8tg0k9m8kv5zd",
|
||||||
"value": 990000
|
"value_sats": 990000
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user