Skip to content

Commit

Permalink
Adapted protobuf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Oct 30, 2023
1 parent c17f650 commit 656fc31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class StateSnapshotProtoTest extends PropSpec {
secondSigner.publicKey,
defaultAddress,
0,
Status.Cancelled(2, Some(ByteStr.fromBytes(5, 5, 5))),
Status.Cancelled(0, None),
ByteStr.empty,
0
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class StateSnapshotStorageTest extends PropSpec with WithDomain {
sender.publicKey,
recipient,
leaseTx.amount.value,
Cancelled(d.solidStateHeight + 2, Some(leaseCancelTx.id())),
Cancelled(0, None),
ByteStr.empty,
0
)
Expand Down

0 comments on commit 656fc31

Please sign in to comment.