File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -299,8 +299,7 @@ macro_rules! signer {
299299///
300300/// Creating seeds array and signer for a PDA with a single seed and bump value:
301301/// ```
302- /// use pinocchio::{seeds, instruction::Signer};
303- /// use solana_Address;
302+ /// use pinocchio::{seeds, instruction::Signer, Address};
304303///
305304/// let pda_bump = 0xffu8;
306305/// let pda_ref = &[pda_bump]; // prevent temporary value being freed
Original file line number Diff line number Diff line change 2828//! [`RpcClient::get_transaction`]: https://docs.rs/solana-rpc-client/latest/solana_rpc_client/rpc_client/struct.RpcClient.html#method.get_transaction
2929//!
3030//! While most logging functions are defined in this module, [`Address`]es can
31- //! also be efficiently logged with the [`solana_address::log`] function.
31+ //! also be efficiently logged with the [`solana_address::Address:: log`] function.
3232//!
33- //! [`Address`]: solana_Address
33+ //! [`Address`]: solana_address
3434
3535use crate :: account_info:: AccountInfo ;
3636
You can’t perform that action at this time.
0 commit comments