Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Feb 7, 2023
1 parent 8cfab1a commit 2243e58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/testserver/fake_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,7 @@ func (m *meshServiceWrapper) sendEpoch(stream pb.MeshService_LayerStreamServer)
Template: &pb.AccountId{
Address: wallet.TemplateAddress.String(),
},
Raw: sdkWallet.Spend(signer.PrivateKey(), receiver, txContainer.Amount, types.Nonce{
Counter: txContainer.Counter,
Bitfield: uint8(1),
}, sdk.WithGasPrice(txContainer.GasPrice)),
Raw: sdkWallet.Spend(signer.PrivateKey(), receiver, txContainer.Amount, txContainer.Counter, sdk.WithGasPrice(txContainer.GasPrice)),
})
}
blocksRes = append(blocksRes, &pb.Block{
Expand Down

0 comments on commit 2243e58

Please sign in to comment.