-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store Chain Wallet Tests + Getters #119
Conversation
{ | ||
$data = $this->getData(); | ||
return new StoreOnChainWalletFeeRate($data['feeRate']); | ||
return $data['comment']; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The amount
field seems to be missing here.
Great catch about the response data from transaction 💚 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge when you add the amount field 🙏 💚
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holy moly you are fast 💚
StoreOnChainWallet
clientStoreOnChainWalletTransaction
which was speced to the request, not response.GetStoreUtxoList
follow PSR-4 Standards