iron-fish / ironfish

A novel cryptocurrency focused on privacy and accessibility.
https://ironfish.network
Mozilla Public License 2.0
968 stars 574 forks source link

Saves pending transaction to account when RPC called via `broadcastTransaction` #5637

Closed jowparks closed 2 weeks ago

jowparks commented 2 weeks ago

Summary

Will get saved to the account if the transaction is relevant. This already occurs in sendTransaction, but not in broadcastTransaction.

Testing Plan

tests pass

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API Reference)? If yes, link a related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes
jowparks commented 2 weeks ago

Can be accomplished with wallet/addTransaction, closing this.