Skip to content

Commit 3e8fd4e

Browse files
Wi1l-B0tshargon
authored andcommitted
Fix: tx.ToJson no 'cosigners' field (neo-project#4051)
* Fix: tx.ToJson no 'cosigners' field * Rename methods --------- Co-authored-by: Shargon <[email protected]>
1 parent 3f9ebc9 commit 3e8fd4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Neo.Network.RPC.Tests/RpcTestCases.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,7 @@
36283628
"netfee": "1272390",
36293629
"validuntilblock": 2105487,
36303630
"attributes": [],
3631-
"cosigners": [
3631+
"signers": [
36323632
{
36333633
"account": "0xcadb3dc2faa3ef14a13b619c9a43124755aa2569",
36343634
"scopes": "CalledByEntry"
@@ -3679,7 +3679,7 @@
36793679
"netfee": "2483780",
36803680
"validuntilblock": 2105494,
36813681
"attributes": [],
3682-
"cosigners": [
3682+
"signers": [
36833683
{
36843684
"account": "0x36d6200fb4c9737c7b552d2b5530ab43605c5869",
36853685
"scopes": "CalledByEntry"
@@ -3724,7 +3724,7 @@
37243724
"netfee": "2381780",
37253725
"validuntilblock": 2105500,
37263726
"attributes": [],
3727-
"cosigners": [
3727+
"signers": [
37283728
{
37293729
"account": "0xcadb3dc2faa3ef14a13b619c9a43124755aa2569",
37303730
"scopes": "CalledByEntry"

0 commit comments

Comments
 (0)